Skip to main content
Glama
ktmcp-cli

frankiefin

by ktmcp-cli

CompareDocument

Create a document and compare it with the original to verify identity details such as name, address, and date of birth against national databases.

Instructions

Create Document and Compare to Original.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It reveals that the tool creates a document and compares it to an original, which implies a side effect, but it does not explain what 'original' refers to, whether the original is modified, or what side effects the creation has. The agent lacks enough behavior detail to predict consequences.

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 a single short sentence with no filler, and the core actions are front-loaded. While terse to the point of vagueness, the structure itself is concise and efficient for a zero-parameter tool. The phrase 'Create Document and Compare to Original' does not waste 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?

Without annotations, an output schema, or any parameter context, the description should say more about what 'Original' means, what inputs are needed, and what the tool returns or modifies. The sibling list includes many related document operations, making the lack of clarifying context especially costly. The description is too incomplete for an agent to confidently select and invoke the tool.

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?

There are zero parameters in the schema, so the description does not need to explain parameter semantics. The baseline for a zero-parameter tool is 4, and the description offers no misleading parameter information. The tool seems to rely on implicit context, but that is outside the parameter-semantics dimension.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Create Document and Compare to Original') and a resource ('Document'), so it is more than a tautology. However, it ambiguously presents two verbs ('Create' and 'Compare') without clarifying whether creation is the main purpose or a preliminary step. It also does not distinguish this tool from the many sibling document tools like CreateDocument or VerifyDocument.

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?

The description gives no explicit guidance on when to use CompareDocument instead of sibling tools such as VerifyDocument, SearchDocument, or UpdateCompareDocument. There is no mention of prerequisites, alternative workflows, or exclusion criteria. The agent must infer the use case from the terse phrase alone.

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

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/ktmcp-cli/frankiefin'

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