get_survey_summaries
Retrieve survey summaries from Notion to review and analyze collected research data for insights.
Instructions
Get survey summaries
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:67-69 (handler)The main handler function for the 'get_survey_summaries' tool. It is registered via the @mcp.tool() decorator and queries the Notion database specified by root_database_id to retrieve survey summaries.def get_survey_summaries(): """Get survey summaries""" return notion.databases.query(root_database_id)