Skip to main content
Glama

Update a page

update_page

Update a page's fields or SEO meta by passing only the fields you want changed. Use it to backfill meta descriptions on auto-created pages.

Instructions

Patch a page's fields and/or SEO meta. Only the fields you pass are touched. Use this to backfill meta_* on a page that was auto-created by register_component. Free; doesn't consume credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric page id (use list_pages or get_page to find it).
slugNoNew URL slug — collides with other pages will 409.
typeNoPage type.
titleNoNew page title.
og_imageNo
og_titleNo
is_activeNo
meta_titleNoPass null to clear.
is_homepageNoPromote to homepage (any previous homepage is demoted).
canonical_urlNo
og_descriptionNo
meta_descriptionNo
exclude_from_searchNo
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses partial-update behavior and that the operation is free and consumes no credits. However, it omits other relevant behaviors such as return value, authentication requirements, rate limits, or conflict handling (e.g., slug 409 collision is left to the schema).

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 four short sentences, each earning its place: purpose, partial update behavior, target use case, and cost. It is front-loaded with the main verb and resource and has no wasted words.

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?

This is a 13-parameter mutation tool with no annotations and no output schema, yet the description does not mention return values, error behavior, or prerequisites beyond the use case. It is too minimal for the tool's complexity, leaving the agent without critical details for correct invocation.

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

Parameters2/5

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

Schema description coverage is only 46%, so the description must compensate. It only groups parameters into 'fields and/or SEO meta' without explaining individual parameter semantics, null-passing behavior, or the homepage demotion side effect beyond what the schema already states. This is insufficient for the many undocumented parameters.

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 it patches a page's fields and/or SEO meta, using the specific verb 'patch' and resource 'page'. It distinguishes from sibling tools by noting the use case of backfilling meta_* on pages auto-created by register_component, which separates it from update_blog_post or create_page.

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?

It provides an explicit when-to-use scenario ('Use this to backfill meta_* on a page that was auto-created by register_component') and clarifies partial update semantics ('Only the fields you pass are touched'). However, it doesn't explicitly mention when not to use it or name alternative tools for creation/deletion.

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/vbalagovic/neuraldraft-mcp'

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