Skip to main content
Glama

CADIN São Paulo

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

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

The annotations already disclose the read-only, idempotent, and non-destructive nature. The description adds no further behavioral context, such as what happens on failure or the format of the version output. It simply restates the tool's action without adding value beyond 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, clear sentence that conveys exactly what the tool does with no unnecessary words or repetition. It is optimally concise and front-loaded.

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, parameterless tool with strong annotations, the description is complete. It fully explains the tool's purpose without needing to detail parameters, return formats, or edge cases. There is no output schema, but the description sufficiently covers the tool's behavior.

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, so the baseline for this dimension is 4. The description has no need to explain parameters, and it doesn't attempt to, which is appropriate given the schema has no properties.

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: 'Show the current MCP platform and adapter versions.' It uses a specific verb ('show') and a specific resource (versions), and this distinguishes it from all sibling tools, none of which relate to versioning.

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 purpose is unambiguous and there are no sibling tools that could be confused with this one, so the context is clear. However, it doesn't explicitly state when to use or not use the tool, nor does it mention any alternatives, so it falls short of a 5.

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

Each tool has a distinct primary purpose, but connect and toolkit_info both report connection status, creating slight overlap. The rest are clearly separated by function.

Naming Consistency2/5

Naming is highly inconsistent: single-word verbs (authenticate, connect), a noun (marketplace), snake_case compounds (report_bug, show_version, toolkit_info), and a Portuguese-language tool (cadin_sp_consultar) are mixed without any unifying pattern.

Tool Count3/5

Seven tools is a reasonable count, but the server is named after a specific domain (CADIN São Paulo) while containing only one domain-specific tool and six generic platform tools, making the overall scope feel unfocused and bloated relative to the name.

Completeness2/5

The CADIN-specific surface is severely limited to a single consultation tool, with no additional operations like status checking or history. The platform management side is fairly complete, but the stated domain lacks meaningful coverage.