Skip to main content
Glama

AINumbers Fintech Intelligence Suite

MCP Tool-Definition Linter & Annotation Designer

lint_mcp_tool_definition
Read-onlyIdempotent

Validate an MCP tool definition against JSON Schema 2020-12 and current naming, output-schema, and annotation rules; returns findings, a conformance score, and a recommended annotation set. Use when a developer wants to check an MCP tool definition before publishing. Renders the interactive AINumbers tool as a widget; inputs are applied via the AIN Bridge and the tool runs client-side (zero PII, zero network).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNoMap of tool input element IDs to values (see manifest input_schema). Applied via AIN Bridge prefill.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreNo
findingsNo
annotationsNo

TDQS

A4.1/5.0
Behavior5/5

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

Beyond annotations that declare read-only and idempotent behavior, the description reveals non-obvious traits: it renders an interactive widget, operates client-side with zero PII and zero network, and uses AIN Bridge for inputs. This fully discloses the execution model and data privacy.

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 two sentences with a clear front-loaded action. The second sentence is slightly long, bundling multiple details, but each part serves a purpose. Minor verbosity is acceptable given the complexity.

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

Completeness5/5

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

Given the tool's complexity (linter with output schema, widget rendering, client-side execution) and rich annotations, the description covers purpose, usage, behavioral traits, input mechanism, and return values (findings, score, annotation set). No gaps are present.

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 input schema already provides 100% description coverage for the 'inputs' parameter ('Map of tool input element IDs to values...'). The description adds only minor context about widget rendering and AIN Bridge prefill, not substantially enriching the parameter meaning beyond what the schema offers.

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 clearly states the tool validates MCP tool definitions against specific rules (JSON Schema 2020-12, naming, output-schema, annotations) and returns findings. However, it does not explicitly differentiate from sibling lint tools that focus on domain-specific validation, relying on context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use when a developer wants to check an MCP tool definition before publishing,' providing clear context. It does not mention when to avoid using it (e.g., for domain-specific linting), but the sibling list implies alternative tools exist.

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.

TDQS

C2.4/5.0
Disambiguation1/5

Nearly every tool is an 'OpenChainGraph compute node' with identical boilerplate, and dozens of assess/check/validate/verify/lint/recompute verbs overlap heavily in purpose. An agent cannot reliably tell which of many similarly scoped tools should handle a given compliance or analytics question.

Naming Consistency2/5

Most names are snake_case, so there is superficial consistency, but the verb vocabulary is enormous and unpredictable, mixing build/compute/check/validate/verify/lint/assess/classify/score/reconcile and more. Several noun-first names such as pain001_validate, recon_match, and ha_record_validate further break the pattern.

Tool Count1/5

695 tools is far beyond any practical agent-facing surface, exceeding even the extreme end of the calibration range. This is a full product catalog dumped into one MCP server rather than a curated, usable tool set.

Completeness3/5

The suite covers an extremely wide range of fintech and regulatory calculators, validators, chain tools, and discovery utilities, so coverage is broad rather than thin. However, the lack of a clear domain boundary makes completeness nearly impossible to assess, and the heavy overlap suggests the surface was generated rather than intentionally designed.