createNotionTools
createNotionTools(
getAccessToken: () =>string|null,requestNotionAccess: () =>Promise<string>):ToolConfig[]
Defined in: src/tools/notion.ts:1065
Create all Notion MCP tools
Returns tools that communicate with Notion’s hosted MCP server. The MCP server handles all Notion API interactions.
Parameters
| Parameter | Type |
|---|---|
|
|
() => |
|
|
() => |
Returns
ToolConfig[]
Last updated on