search_pages
Search and retrieve Notion pages using a query string within the Multi-MCPs server, enabling quick access to specific content across integrated APIs.
Instructions
Search Notion pages by query string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}