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 value by indicating what is surfaced ('current MCP platform and adapter versions'), but does not describe return format or any additional behavioral details.
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, front-loaded sentence that conveys the tool's entire purpose with no filler or redundancy. It earns its place completely.
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?
Given the tool's minimal complexity, zero parameters, and straightforward read-only nature, the description is sufficiently complete. It clearly states what the tool returns, though the absence of an output schema means slightly more detail about the return shape could be helpful.
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 empty, so there is no parameter semantics to clarify. The baseline for no-parameter tools is 4.
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 names the exact resources ('MCP platform and adapter versions'), making the purpose immediately clear. This also distinguishes it from siblings like toolkit_info, which likely covers broader tooling information.
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 provides clear context for when to use this tool: whenever the current platform or adapter versions are needed. It does not explicitly name alternatives or exclusions, but for a simple read-only version tool this is sufficient.
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.
Each tool has a clearly distinct purpose: auth, connection status, marketplace, bug reporting, version, toolkit info, and the domain-specific process query. No two tools overlap in functionality, and descriptions clearly differentiate them.
All names use snake_case, but the pattern is inconsistent: some are verbs (authenticate, connect, report_bug, show_version) while others are nouns (marketplace, toolkit_info, tribunal_trt10_processo_consultar). The domain tool's name is unusually long and specific, further breaking uniformity.
The server is intended for TRT10 process consultation, yet 6 of 7 tools are generic platform utilities unrelated to the domain. Only one tool actually performs the stated purpose, making the set poorly scoped for the server's user-facing role.
The domain surface consists of a single query tool (tribunal_trt10_processo_consultar) with no supporting operations like search variants, history, or bulk actions. While it may cover a simple 'consult by process number' workflow, any additional need within the domain would fail, and the platform tools do not address domain-specific gaps.