Skip to main content
Glama

push_to_notion

Save structured book summaries from Kindle highlights to Notion database pages. Organize personal theses, core themes, key ideas, and actionable takeaways for reference.

Instructions

Push a generated book summary to a Notion database as a structured page. Call this once per book after generating each summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notionDatabaseIdYesThe Notion database ID (provided by process_kindle_export)
summaryYesThe generated summary object including title and author
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. 'Push' implies write/create operation, and 'structured page' hints at the data format. However, lacks disclosure on failure modes, authentication requirements, whether it overwrites existing pages, or rate limiting behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with zero waste. First sentence front-loads the core action (what), second sentence provides critical workflow timing (when). Every word earns its place in a compact, scannable format.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complex nested summary object and lack of output schema, the description adequately establishes the tool's role in the workflow pipeline. Missing explicit success/failure behavior disclosure, but the tight integration with sibling tool references (process_kindle_export, generate_personal_summary) provides sufficient context for invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, providing detailed structure for the summary object and noting notionDatabaseId is provided by process_kindle_export. Description adds workflow context but no additional parameter syntax or validation rules beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb 'Push' + resource 'Notion database' + format 'structured page' clearly defines the operation. The phrase 'generated book summary' distinguishes this from sibling parse_kindle_clippings (raw data) and aligns with generate_personal_summary (content creation step).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit sequencing guidance 'Call this once per book after generating each summary' establishes workflow order relative to generate_personal_summary. Mentions 'once per book' implying idempotency expectation. Lacks explicit 'when not to use' or alternative export paths.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Silcfcr/kindle-mcp'

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