Skip to main content
Glama
TTaoGaming
by TTaoGaming

Retrieve page

get_page
Read-onlyIdempotent

Retrieve a Notion page and its property values by page ID. Access the exact information you need.

Instructions

Retrieve a Notion page and its property values by page ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
codeNo
dataNo
errorNo
statusNo
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, covering safety and idempotency. The description adds that it returns property values, a small behavioral detail. It doesn't mention potential errors like page-not-found or permission issues, but for a simple read operation with annotations, this is acceptable.

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?

The description is a single, front-loaded sentence with no redundant words. It conveys the essential action and target without unnecessary elaboration.

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 tool's low complexity (one parameter, read-only, output schema present), the description is largely sufficient. It lacks explicit error-case context or permission notes, but these are typical for such operations and are not critical. The presence of an output schema reduces the need to describe return values.

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?

The only parameter pageId is self-explanatory and the description references 'by page ID', which adds minimal meaning beyond the schema. The schema itself provides no description, but the parameter's purpose is clear from its name and context. No additional format or constraint details are provided.

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?

The description clearly states the verb 'Retrieve' and the resource 'Notion page', and specifies that it returns property values by page ID. This distinguishes it from sibling tools like get_database and get_block, which target different Notion objects.

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

Usage Guidelines3/5

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

The description implies usage for retrieving a specific page by its ID, but does not explicitly state when to use it versus alternatives, nor does it mention any exclusions such as 'use get_block for block-level retrieval'. It is adequate but lacks explicit guidance.

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/TTaoGaming/mcp-notion-fast'

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