Skip to main content
Glama

VITNA — Agent Compliance Preflight

pan_classify

Classify a PAN entity type from the 4th character (P=Person, C=Company, H=HUF, F=Firm, ...). Stateless validator: records no decision and leaves no dashboard timeline trace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
panYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It explicitly states the tool is stateless, records no decision, and leaves no dashboard timeline trace, which are meaningful behavioral traits for an agent deciding whether to invoke it. It also reveals the classification logic (4th character), enhancing transparency.

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 two sentences, front-loaded with the primary action, and includes only relevant detail (classification rule and statelessness). No unnecessary words or repetition of schema fields.

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?

The tool has no output schema and no annotations, yet the description does not explain the return value or error behavior for invalid PAN inputs. While the classification rule helps, an agent cannot know what response to expect. The statelessness note is useful but does not complete the context for a tool with no structured output definition.

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

Parameters3/5

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

The schema provides only the parameter name 'pan' and type string, with zero description coverage. The description adds that the input is a PAN and that classification depends on its 4th character, giving some semantic context. However, it does not specify the expected format, length, or validation rules for the 'pan' value, leaving a gap in parameter understanding.

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 tool's function with a specific verb and resource: 'Classify a PAN entity type from the 4th character' and provides the mapping shorthand. This distinguishes it from sibling validators/classifiers by its unique focus on PAN entity type classification.

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 provides an implied usage context: when you need to classify a PAN entity type. It does not explicitly mention alternatives or when-not-to-use scenarios, but the statelessness note ('records no decision and leaves no dashboard timeline trace') offers some contextual guidance. However, no direct comparison to sibling tools is made.

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.