Skip to Content
Anuma SDKExpoInternalFunctionscreateNotionTools

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

ParameterType

getAccessToken

() => string | null

requestNotionAccess

() => Promise<string>

Returns

ToolConfig[]

Last updated on