notion_list_pages
ActiveTool of Notion_connect
declared in 0.1.0
List all accessible pages in your Notion workspace. Returns titles and IDs to discover available content.
Parameters schema
{
"type": "object",
"examples": [
{
"page_size": 10
}
],
"properties": {
"page_size": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"start_cursor": {
"type": "string",
"description": "Pagination cursor for next page of results"
}
}
}Parent server
Notion_connect
https://github.com/pipeworx-io/mcp-notion_connect
1/7 registries