Skip to main content
Glama

API-post-search

Search Notion pages and databases by title, filter results by object type, and sort by last edited time using the Notion MCP Server API.

Instructions

Notion | Search by title

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoA set of criteria, `value` and `property` keys, that limits the results to either only pages or only databases. Possible `value` values are `"page"` or `"database"`. The only supported `property` value is `"object"`.
page_sizeNoThe number of items from the full list to include in the response. Maximum: `100`.
queryNoThe text that the API compares page and database titles against.
sortNoA set of criteria, `direction` and `timestamp` keys, that orders the results. The **only** supported timestamp value is `"last_edited_time"`. Supported `direction` values are `"ascending"` and `"descending"`. If `sort` is not provided, then the most recently edited results are returned first.
start_cursorNoA `cursor` value returned in a previous response that If supplied, limits the response to results starting after the `cursor`. If not supplied, then the first page of results is returned. Refer to [pagination](https://developers.notion.com/reference/intro#pagination) for more details.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/makenotion/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server