name: notion description: Production-ready Notion API client for SaaS workflows. Create/read/update pages, query data sources, append blocks. author: tomas-mikula web: https://FrontendAccelerator.com env: - NOTION_API_KEY primary-credential: NOTION_API_KEY
Execute Notion API operations with automatic version header and structured outputs.
{"auth": {"notionApiKey": "secret_..."}, "input": {"operation": "queryDataSource", "params": {"dataSourceId": "abc123"}}}
Operations: search, getPage, queryDataSource, createPage, updatePage, appendBlocks, createDataSource
{"type": "object", "properties": {"operation": {"type": "string", "enum": ["search","getPage","queryDataSource","createPage","updatePage","appendBlocks","createDataSource"]}, "params": {"type": "object"}}, "required": ["operation"]}
{"type": "object", "properties": {"status": {"type": "string", "enum": ["success","error"]}, "data": {}, "meta": {}, "error_type": {"type": "string"}, "http_status": {"type": "integer"}}, "required": ["status"]}
NOTION_API_KEY: secret_ or ntn_ key from notion.so/my-integrations
这个 Skill 质量中等偏下。优点是支持 Notion 的多种操作,输出格式清晰;不足是代码存在严重 bug(认证和错误提示会出错),缺少使用示例,新手很难上手。推荐等待修复后再使用。