Skip to main content
Glama

MPT DF e TO: Certidão Negativa de Feitos

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. Description adds no extra behavioral context (e.g., output format, network access), but given the trivial nature, this is acceptable. No contradiction.

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?

One single sentence, front-loaded, no fluff. Perfectly concise.

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 zero params, good annotations (readOnly, idempotent, non-destructive), and clear purpose, the description is complete. It might benefit from noting the output is version strings but the output schema is absent, so the agent can infer from 'show versions'. Still adequate.

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?

The tool has zero parameters and the schema has full coverage (100%), so the description doesn't need to explain parameters. The baseline is 4 for no params, and the description adds no extra param info, but that's fine.

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?

Clearly states the tool's function: show current MCP platform and adapter versions. Specific verb 'show' with explicit resource (versions). Differentiates from siblings like connect, authenticate, etc.

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?

No explicit when-to-use or exclusions, but the purpose is self-evident for a simple version query. With no parameters, usage guidance is minimal; it's implied that it's used when you need version info.

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

A3.9/5.0
Disambiguation5/5

Each tool has a distinct, clear purpose: authentication, connection status, marketplace search, specific certificate query, bug reporting, version info, and toolkit state. No overlaps or ambiguity.

Naming Consistency2/5

Names are inconsistent: mix of single-word verbs (authenticate, connect), nouns (marketplace, toolkit_info), Portuguese compound (mpt_df_cnf_consultar), and underscore-separated phrases (report_bug, show_version). No uniform pattern.

Tool Count4/5

7 tools is within the typical range. While several are generic platform utilities, they are all relevant to the server's integration and the single domain-specific tool is justified.

Completeness4/5

The server provides the core certificate query (mpt_df_cnf_consultar) along with necessary authentication and status tools. No obvious missing operations for its stated purpose, though it is read-only and limited.