Skip to main content
Glama

Restore an interactive publication

foliade_restore_enrichments
Destructive

Restores a version of this catalogue after re-checking the plan; creates a new history entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalogue_idYes
publication_idYes
expected_revisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is established. The description adds that a new history entry is created and that some plan re-checking occurs, which is useful. However, it does not disclose what gets overwritten, whether the restore is reversible, or what happens if the expected revision does not match.

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

Conciseness4/5

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

The description is compact, front-loads the main verb, and contains no filler. Minor deduction for the vague phrasing 'this catalogue' and 'the plan', and for combining two ideas in a semicolon-heavy sentence, but overall it is economically written.

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?

For a destructive tool with three required parameters and no output schema, an agent needs to know what expected_revision means, how to obtain it, and what the restore actually changes. The description only gives a high-level action and a side effect, leaving significant operational and prerequisite gaps.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the three parameters. catalogue_id, publication_id, and expected_revision are left entirely to the raw schema names and patterns, so an agent cannot understand what 'expected_revision' refers to, where it comes from, or how it relates to the restore plan.

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 opens with a specific verb ('Restores') and a resource ('a version of this catalogue'), and adds a side effect ('creates a new history entry'), which clearly conveys the core action. It does not explicitly differentiate from sibling tools like foliade_publish_enrichments or foliade_update_enrichments, but the restore action is distinct enough that an agent can infer the tool's purpose.

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?

There is no when-to-use or when-not-to-use guidance, no mention of alternatives, and no explanation of what 're-checking the plan' entails or when it is required. The only implicit signal is that this is a restore operation, which is not enough for an agent to reliably choose it over similar enrichment-related tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources