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 and idempotentHint=true, so the description does not need to restate them. It adds the subject (platform/adapter versions) but gives no detail on return shape or runtime behavior. This is adequate given the simple read-only nature, but not rich.
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?
One short, information-dense sentence. It states the action and the exact target without any filler or repetition.
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 simplicity—zero parameters, read-only, no output schema—the description is fully sufficient. It clearly communicates what the tool returns and is consistent with annotations, making it a complete entry for this utility.
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 an empty object, so there is nothing to document. With schema description coverage at 100%, the baseline of 4 applies; the description correctly omits parameter details.
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 clear verb ('Show') and specific resource ('current MCP platform and adapter versions'). It is easily distinguished from sibling tools like authenticate, connect, or report_bug, which cover entirely different actions.
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 no guidance on when to use this tool vs alternatives. It does not mention typical scenarios, prerequisites, or whether it should be used for environment checks. This is purely a functional description with no contextual advice.
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 `marketplace` tool bundles many operations (search, describe, invoke, install, list, subscribe, cancel, request_mcp, report_bug) that overlap with dedicated tools like `report_bug`, `connect`, and `toolkit_info`. This creates unclear boundaries between platform status, catalog discovery, and bug reporting.
Tool names mix bare verbs (`authenticate`, `connect`), single nouns (`marketplace`), noun phrases (`toolkit_info`), and verb_noun patterns (`show_version`, `report_bug`). The Portuguese `sintegra_am_consultar` also breaks the English verb-first convention.
Seven tools is a reasonable count and generally well-scoped, but the `marketplace` tool alone accounts for a very large amount of functionality that could be split into multiple tools. The number is not excessive, but the distribution is uneven.
Core platform flows are covered: authentication, connection status, marketplace discovery/execution/installation, toolkit info, version checking, and feedback. The SINTEGRA side is minimal, and there is no explicit disconnect/logout or consultation history, but the main intended workflows are present.