Skip to main content
Glama

CNIA (Improbidade Administrativa)

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.1/5.0
Behavior3/5

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

Annotations already convey read-only, idempotent, and non-destructive behavior. The description adds no further behavioral context, but for a simple version query, this is sufficient. It does not contradict the 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 concise sentence that directly states the tool's purpose without any wasted words or redundant information.

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?

For a simple version-information tool with no parameters, no output schema, and complete annotations, the description is fully adequate and leaves no ambiguity about what the tool does.

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?

With zero parameters, the schema is fully covered. The description does not need to elaborate on parameter semantics, and the baseline for no parameters is 4.

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 shows the current MCP platform and adapter versions. The verb 'show' and resource 'versions' make the purpose explicit, and it naturally distinguishes itself from sibling tools like authenticate or connect.

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 the tool is used when version information is needed, but it does not explicitly state when to use it over other informational tools like toolkit_info. There is no exclusion or alternative guidance provided.

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.6/5.0
Disambiguation4/5

Most tools have clearly distinct roles: authenticate handles login, connect shows status, cnia_improbidade_consultar does the actual CNIA lookup, and the rest are meta/utility tools. The only mild overlap is between authenticate and connect, but their descriptions differentiate them adequately.

Naming Consistency2/5

Naming is inconsistent across languages and styles: English verbs (authenticate, connect), Portuguese verb_noun (cnia_improbidade_consultar), and noun-based names (marketplace, toolkit_info). The mix of snake_case and lowercase without a clear convention makes the set feel ad hoc.

Tool Count3/5

At 7 tools, the count is reasonable, but the set is heavily skewed toward platform/meta tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with only one domain-specific CNIA tool. This feels over-inflated for a dedicated CNIA server, yet the total number is not excessive.

Completeness3/5

The core domain operation of querying CNIA by CPF/CNPJ is covered, and no additional CNIA-specific actions are obviously needed for a simple lookup. However, the server's broader scope as a marketplace and toolkit means the CNIA surface is minimal, and there are no bulk or advanced query options.