工具 API

notion-query-database-view

Query data from a Notion database view. Executes a database view's existing filters, sorts, and column selections to return matching pages. Prerequisites: 1. Use the "fetch" tool first to get the database and its view URLs 2. View URLs are found in database responses, typically in the format: https://www.notion.so/workspace/db-id?v=view-id Example: { "view_url": "https://www.notion.so/workspace/Tasks-DB-abc123?v=def456" } Common use cases: - Query databases using pre-defined views (filters/sorts already configured), e.g. look for all tickets marked "In Progress" in a Tasks DB - Export filtered data for analysis - Generate reports from database content

productivityOAuth1 积分

调用信息

工具标识
notion-mcp-server.notion-query-database-view
服务提供方
Notion
平均响应
0 ms
近 7 天调用
0

输入参数

view_url必填

URL of a specific database view to query. Example: https://www.notion.so/workspace/db-id?v=view-id