Skip to main content
Glama

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

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the specific scope of 'MCP platform and adapter versions', but does not disclose additional behavioral traits such as output format or error potential. It neither contradicts annotations nor enriches them significantly.

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, direct sentence that immediately conveys the tool's purpose without any redundancy or filler. It is optimally concise for its simplicity.

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?

For a zero-parameter, read-only information tool, this description captures the essential purpose effectively. However, the lack of an output schema and the presence of a similarly-sibling 'toolkit_info' mean the description could be more complete by clarifying what exact version data is returned and how this differs from other informational tools.

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 no parameters, making the schema trivially complete. The description correctly omits parameter details, and the baseline of 4 applies for zero-parameter tools. No additional parameter context is needed.

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's function with a specific verb and resource: 'Show the current MCP platform and adapter versions.' It is unambiguous and informative, though it does not explicitly distinguish this tool from the sibling 'toolkit_info', which could potentially also display version details.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description simply states what the tool does without explaining when to use it versus alternatives like 'toolkit_info'. There is no mention of context, prerequisites, or exclusions, leaving the agent to infer usage independently.

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

The INPI-specific tools are clearly distinct: busca searches by term, processo gets full details, processo_resumido gets a summary, titular finds by holder, and patentes finds patents. The generic tools (authenticate, connect, marketplace, etc.) are also distinct from each other, though the mix of domain and platform tools creates some initial ambiguity about which to use for a given task.

Naming Consistency3/5

INPI tools follow a consistent prefix pattern (inpi_marcas_*, inpi_patentes), but the generic tools use simple action_noun names without the prefix (authenticate, connect, marketplace). This mixed convention is readable but not fully consistent across the set.

Tool Count3/5

With 11 tools, the count is within a typical range, but the scope is split between 5 INPI domain tools and 6 platform/utility tools that seem unrelated to the server's stated purpose. This dilutes the focus and makes the set feel over-inclusive for a dedicated INPI server.

Completeness3/5

The INPI tools cover trademark search, process details (full and summary), trademarks by holder, and patents by holder, but lack a patent search by term or other advanced INPI queries. The generic tools add no domain coverage, leaving notable gaps for a comprehensive IP tool suite.