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, idempotentHint, and destructiveHint, so the safety profile is well covered. The description adds 'current' and specifies the resource being shown, but it does not disclose additional behavioral details such as output format or possible errors.
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 with no filler, redundancy, or unnecessary detail. It fully states the tool's action in minimal words.
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 zero-parameter input and rich annotations, the description is mostly complete for a simple version-inspection tool. It names the exact output domain (platform and adapter versions), though it omits exact return format or example output.
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 an empty input schema, so there is no parameter ambiguity to clarify. The baseline of 4 is appropriate because nothing additional is needed.
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 resource ('current MCP platform and adapter versions'), clearly indicating what the tool does. It is distinct from most siblings, though it does not explicitly differentiate itself from the similarly general 'toolkit_info' tool.
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 usage context is implied: use when you need to check version information. There is no explicit guidance about when to prefer this over alternatives, but for a zero-parameter informational tool, the purpose itself is mostly 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.
The JUCESP document tool is clearly distinct, and most platform tools have unique purposes, but the `marketplace` mega-tool overlaps with several others (connect, toolkit_info, report_bug) and makes boundaries fuzzy. An agent could be confused about whether to call `marketplace` or the more specific standalone tools for the same underlying actions.
Tool names mix English imperative verbs (`authenticate`, `connect`, `report_bug`, `show_version`), nouns (`marketplace`, `toolkit_info`), and a Portuguese snake_case domain tool (`jucesp_documento_consultar`). There is no consistent verb_noun or action_resource pattern across the set.
Seven tools is not inherently excessive, but six of them are generic MCP.AI platform/infrastructure tools unrelated to the server's stated JUCESP document-download purpose. The set is over-scoped for what should be a focused single-domain server, with only one tool actually performing the domain operation.
For the narrow stated purpose of downloading a JUCESP document from NIRE/registration number, `jucesp_documento_consultar` covers the core workflow directly. The main gap is the lack of any lookup/search tool for documents when the user does not already know the required identifiers, but that is a minor workaround gap for this specific domain.