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, covering the safety profile. The description adds useful context by specifying that both 'MCP platform' and 'adapter' versions are returned, which is beyond what annotations state and clarifies the output scope.
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, coherent sentence with no filler. It front-loads the action verb and immediately specifies the object, making it maximally concise.
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 parameterless, read-only version utility with no output schema, the description fully covers what an agent needs to know: what information is returned. Combined with strong annotations, no additional context is necessary.
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 takes zero parameters, so there is nothing to clarify beyond what the empty schema already shows. Baseline for 0 params is 4, and the description appropriately makes no claims about parameters.
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 ('current MCP platform and adapter versions'), making it unambiguous. This clearly distinguishes it from sibling tools like authenticate, marketplace, or report_bug, which serve different purposes.
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?
While no alternatives are explicitly named, the context is unambiguous: this is a version-check utility with zero parameters. For such a simple tool, the lack of explicit usage exclusions or when-not-to-use guidance is acceptable; an agent would naturally invoke this when needing version information.
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.
Most tools serve distinct platform functions (auth, connection status, marketplace, bug reporting, version, toolkit info), and the TRT consultation tool is clearly separate. Some overlap exists between 'authenticate' and 'connect' (both deal with connection/auth state), but their roles are sufficiently differentiated by descriptions.
Tool names mix English and Portuguese, and follow no uniform pattern: some are lowercase verbs (authenticate, connect), one is an underscored lowercase noun (toolkit_info), and the domain tool uses a Portuguese verb_noun structure (trt_processos_consultar). This inconsistency makes the set feel disjointed.
With 7 tools, the count is not excessive, but the scope is muddled: six generic platform tools are paired with one domain-specific tool. For a server named 'Processos TRT', the majority are unrelated, while for a platform server, the TRT tool seems out of place. The tool set lacks a clear, focused purpose.
For the apparent TRT domain, only a single query operation is provided (consult by CPF/CNPJ). There is no support for fetching process details by number, checking status, or any other related operations. The platform tools add broad capabilities, but they do not address gaps in the domain surface, leaving the server incomplete for its stated purpose.