Skip to main content
Glama
kwgoodwin

Clearon Content Archive MCP

by kwgoodwin

approve_voice_example

Approve an exact archived excerpt as a Clearon voice example by specifying its slug, revision, and excerpt. Prevents unintended approvals.

Instructions

Explicitly mark an exact archived excerpt as an approved Clearon voice example; never infers approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
slugYes
excerptYes
approved_byNo
expected_revisionYes
Behavior3/5

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

With no annotations provided, the description must carry the full behavioral burden. It does disclose a meaningful behavioral constraint: the tool requires an exact archived excerpt and does not infer approval. But it omits side effects, idempotency, failure behavior, or whether this is a state-changing approval record.

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 tight sentence with no filler. Both the approval action and the key non-inference constraint are front-loaded, making the tool easy to scan.

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

Completeness1/5

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

Given five parameters, three required, no annotations, and no output schema, this description is nowhere near sufficient for an agent to invoke the tool correctly. The meanings of slug, expected_revision, excerpt, approved_by, and note are all undocumented, and the agent is left guessing about how approval is recorded or confirmed.

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 mentions none of the five parameters: slug, expected_revision, excerpt, approved_by, or note. The phrase 'exact archived excerpt' vaguely hints at excerpt matching, but it is far too weak to compensate for the total absence of parameter guidance.

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 states a specific action ('mark... as approved') and a precise resource ('exact archived excerpt'), so the tool's core purpose is clear. It does not name any sibling tool or contrast itself with them, so it misses the top score for explicit differentiation.

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 phrase 'never infers approval' implies this tool should only be used when an explicit, exact approval is intended, which is a faint usage guideline. However, it gives no alternatives, no when-not-to-use conditions, and no context about how this relates to verification or content-management siblings.

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/kwgoodwin/clearon-content-archive-mcp'

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