Skip to main content
Glama
chaoz23

charactercheck-mcp

by chaoz23

diff

Read-only

Compare a saved character snapshot against a live public character to classify supported changes and identify unhandled data without applying mutations.

Instructions

Classify the supported subset of changes between a supplied CharacterSnapshotV1 object and a freshly observed public character. No mutation is applied and unclassified changes are named.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYes
baselineYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond the annotations (readOnlyHint, destructiveHint), the description adds behavioral details: 'No mutation is applied' reinforces the read-only nature but also explains the output behavior 'unclassified changes are named.' The phrase 'supported subset' discloses a limitation, which is valuable context not captured by annotations.

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, tightly worded sentence. It front-loads the action ('Classify') and immediately specifies the scope, with no unnecessary words or repetition.

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

Completeness4/5

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

Given the annotations and presence of an output schema, the description is largely complete for understanding the tool's core function. It covers the input concept, the behavior, and a key limitation. However, the lack of explicit parameter mapping and any mention of error scenarios or prerequisites leaves minor gaps, so it does not earn a 5.

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?

With 0% schema_description_coverage, the description must compensate by explaining the parameters. It mentions a 'supplied CharacterSnapshotV1 object' and a 'freshly observed public character,' but does not map these to the actual parameter names 'ref' and 'baseline.' This leaves ambiguity about which parameter is which, especially since 'ref' is a string and 'baseline' is an object.

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 uses a specific verb 'Classify' and a precise resource: 'changes between a supplied CharacterSnapshotV1 object and a freshly observed public character.' This clearly distinguishes it from sibling tools like 'snapshot' or 'derive' by focusing on difference classification rather than creation or derivation.

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 description implies usage context—when you need to classify changes between a saved snapshot and a current public character—but it does not explicitly state when to choose this tool over alternatives or provide exclusion criteria. Sibling tool names are present but not referenced.

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/chaoz23/charactercheck'

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