Skip to main content
Glama

eds_fix_metadata

Fix page SEO and social metadata by editing its Document Authoring Metadata block. Includes dry-run, undo, and publish options.

Instructions

Fix a page's SEO/social metadata (title, description, Open Graph image) by editing its Document Authoring source. Adds or updates the page's Metadata block idempotently, through the safe-writes path (dry-run + undo). The AGENT supplies the values (e.g. write a good meta description); this tool writes them correctly and reversibly. Requires EDS_DA_TOKEN. Set publish:true to preview+publish so the change goes live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesSite-relative page path to fix (e.g. /blog/post)
dryRunNoPreview the before/after without writing (recommended first pass)
publishNoPreview + publish the page after writing so the change goes live
metadataYesMetadata fields to set (only the ones provided are changed)
withUndoNoMake the write reversible — returns an undo object for eds_da_rollback
Behavior5/5

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

No annotations, so description carries full burden. Clearly discloses that it writes to Document Authoring source, uses safe-writes (dry-run + undo), requires EDS_DA_TOKEN, and that publish:true makes changes live. Also mentions idempotency and that only provided fields are changed. No contradictions.

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?

Three concise sentences that front-load the purpose and mechanism. Every sentence carries unique info: what it does, safety features, and publish nuance. No padding.

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

Completeness5/5

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

Given 5 params, nested object, no output schema, and no annotations, the description covers purpose, mechanism (safe-writes), auth requirement, publish behavior, and idempotency. It's comprehensive and doesn't leave critical unknowns like reversibility or how to preview.

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

Parameters4/5

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

Schema has 100% coverage (all params described). The description adds context by tying dryRun/withUndo to 'safe-writes path', explains the publish flag meaning, and clarifies the agent's role in supplying values. It adds value beyond schema without redundancy.

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 (fix), the object (SEO/social metadata), and the mechanism (Document Authoring source). It differentiates from siblings like eds_get_metadata (read-only) and eds_bulk_fix_metadata (bulk) by specifying it edits the page's Metadata block idempotently.

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?

Provides clear context: when to use (to fix metadata), how to use (dryRun first, publish to go live, withUndo for reversibility), and notes EDS_DA_TOKEN requirement. However, it doesn't explicitly contrast with eds_bulk_fix_metadata or eds_get_metadata, but the tool's scope is implied by its name.

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/Focus-GTS/eds-mcp-server'

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