notion_search
ActiveTool of Notion_connect
declared in 0.1.0
Search your Notion workspace by keyword. Returns matching page/database titles, IDs, and types to locate content quickly.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "project timeline"
},
{
"query": "meeting notes",
"filter": "page",
"page_size": 20
}
],
"properties": {
"query": {
"type": "string",
"description": "Search query text"
},
"filter": {
"type": "string",
"description": "Filter by object type: \"page\" or \"database\" (optional)"
},
"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