Skip to main content
Glama

update_page

Modify Notion page elements including title, icon, and cover image using URL or file path inputs for visual customization.

Instructions

Update page title, icon, or cover. Cover accepts an image URL or a file:// path (which will be uploaded to Notion).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesPage ID
titleNoUpdated page title
iconNoUpdated emoji icon
coverNoUpdated cover image URL
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that cover accepts 'a file:// path (which will be uploaded to Notion)', which adds useful context about local file handling. However, it lacks critical details: whether updates are partial or overwrite existing values, permission requirements, error conditions (e.g., invalid URLs), or response format. For a mutation tool with zero annotation coverage, this is insufficient.

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, well-structured sentence that efficiently conveys the tool's core functionality and a key behavioral detail (file:// path handling). Every word earns its place, with no redundancy or fluff. It's front-loaded with the main purpose and follows with a clarifying note.

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

Completeness2/5

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

Given the complexity (a mutation tool with 4 parameters), lack of annotations, and no output schema, the description is incomplete. It covers what can be updated and a file handling nuance but misses essential context: how updates are applied (partial vs. full), authentication needs, error handling, return values, or rate limits. For a tool that modifies resources, this leaves significant gaps for an AI agent.

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%, so the schema already documents all four parameters (page_id, title, icon, cover) with basic descriptions. The description adds marginal value by clarifying that cover accepts 'a file:// path (which will be uploaded to Notion)', which isn't in the schema. However, it doesn't explain parameter interactions (e.g., if multiple fields can be updated at once) or constraints (e.g., icon format). Baseline 3 is appropriate when the schema does most of the work.

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

Purpose4/5

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

The description clearly states the verb ('Update') and resource ('page') along with specific fields that can be modified ('title, icon, or cover'), making the purpose unambiguous. It distinguishes itself from siblings like 'archive_page', 'move_page', or 'restore_page' by focusing on content/metadata updates rather than structural changes. However, it doesn't explicitly differentiate from 'update_database_entry' or 'update_section', which could be clearer.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing page_id), exclusions (e.g., what cannot be updated), or comparisons to siblings like 'update_database_entry' for database content or 'replace_content' for page body text. The agent must infer usage from the tool name and parameters alone.

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/Grey-Iris/easy-notion-mcp'

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