show_version
Show the current MCP platform and adapter versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the 'current' version aspect but does not disclose output format, pagination, or other behavioral details; this is acceptable for a trivial read-only tool but adds modest 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that fully states the tool's function. Every word is meaningful, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only version query with no output schema, the description is complete enough. It tells the agent exactly what information will be returned (platform and adapter versions) and requires no additional context to be invoked correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema is fully covered by an empty properties object. Since there are no parameters to explain, the description does not need to add parameter semantics, and the baseline of 4 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Show') and a clear resource ('current MCP platform and adapter versions'), which directly distinguishes it from sibling tools like authenticate, connect, and toolkit_info. The purpose is unambiguous and immediately actionable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies the tool is used to retrieve version information, but it does not explicitly state when to use it versus alternatives such as toolkit_info. There is no exclusion or alternative mention, but the simple version-query intent is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several generic platform tools overlap in purpose: authenticate and connect both deal with credentials/status, while connect and toolkit_info both report connection state. The marketplace tool is overloaded with dozens of sub-actions, making it hard to distinguish from other tools at a glance.
Tool names mix patterns: some are verbs (authenticate, connect), some are nouns (marketplace), some are verb_noun (report_bug, show_version), and the domain-specific tool uses a long composite (tribunal_trt8_processo_consultar). No clear convention is followed consistently across the set.
Seven tools is a reasonable number, but only one is related to the server's stated purpose (Tribunal TRT8 consultation). The other six are generic MCP platform utilities that could apply to any server, making the toolset poorly scoped for its domain.
The single consultation tool covers the basic query need, but there are no supporting domain tools (e.g., case list, search filter, or multi-query operations). The generic tools do not address domain-specific gaps, so the surface feels incomplete for a legal consultation service.