Skip to main content
Glama

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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 well covered. The description adds the useful scope detail that it covers both MCP platform and adapter versions. It is a simple read operation; no further behavioral disclosure is necessary.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One short sentence, front-loaded with the verb 'show', and zero filler words. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter, read-only, idempotent version info tool with strong annotations, the description fully conveys the tool's scope. No output schema is present, but the described output ('versions') is self-explanatory.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema provides all needed information. The description naturally doesn't add parameter-level detail, but baseline 4 is appropriate given the 0-parameter design.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'show' and the resource 'current MCP platform and adapter versions'. It is instantly distinguishable from sibling tools like authenticate, connect, or marketplace.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage: use when you need to check version information. However, it provides no explicit when-to-use/when-not-to-use guidance or mention of alternative tools, so it's adequate but not richly contextual.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation2/5

The marketplace tool is overloaded with many subcommands (search, describe, invoke, install, subscribe, prompts), which overlaps with report_bug, toolkit_info, and even authenticate/connect. The single vehicle tool stands apart, but the meta-tools have blurry boundaries.

Naming Consistency2/5

Names mix bare verbs (authenticate, connect), verb_noun pairs (report_bug, show_version), and noun phrases (marketplace, toolkit_info, veiculo_dados). The pattern is inconsistent, and languages are mixed (English vs Portuguese).

Tool Count2/5

Seven tools is a reasonable number, but six of them are generic MCP-platform management utilities unrelated to the server's apparent 'Veículo' vehicle purpose. Only one tool actually provides vehicle data, making the set poorly scoped for its intended domain.

Completeness2/5

For a vehicle-data server, only one lookup operation exists with no other vehicle-related capabilities. The remaining tools cover platform plumbing but not the vehicle domain, leaving significant gaps in what an agent would expect from a 'Veículo' server.