Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

query-database

Retrieve and organize data from Notion databases by querying with filters and sorting options. Integrates with the Notion MCP Server to manage and extract information efficiently.

Input Schema

NameRequiredDescriptionDefault
databaseIdYes
filterNo
sortNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "databaseId": { "type": "string" }, "filter": {}, "sort": {} }, "required": [ "databaseId" ], "type": "object" }

Other Tools from Notion MCP Server

Related Tools

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/SAhmadUmass/notion-mcp-server'

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