Skip to main content
Glama

Tribunal TRF2: Processo

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

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description is consistent with the read-only and idempotent annotations, but it does not add any extra behavioral context such as permissions, side effects, or rate limits. Since annotations already cover the main behavioral traits, the description adds minimal value.

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?

The description is a single, clear sentence with no unnecessary words or redundancy. It is optimally concise.

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

Completeness4/5

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

The description sufficiently indicates what the tool returns (platform and adapter versions), but it could be slightly more explicit about the output format or structure. However, given the simplicity of the tool, it is largely complete.

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

Parameters5/5

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

The tool has no parameters, and the description correctly implies that none are needed. The schema is empty, so no additional parameter meaning is required.

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 tool's function with the verb 'Show' and specifies the resource ('current MCP platform and adapter versions'), effectively distinguishing it from sibling tools.

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

Usage Guidelines2/5

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

The description does not explicitly state when to use this tool versus alternatives or when not to use it. It lacks usage context or prerequisites.

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
Disambiguation4/5

Most tools have distinct roles: authentication, connection status, marketplace, feedback, version, toolkit state, and the domain query. However, authenticate, connect, and toolkit_info all touch on connection/auth concepts, which could cause initial confusion.

Naming Consistency3/5

The platform tools use varied patterns (single-word verbs, nouns, verb_noun combinations), while the domain tool uses a long descriptive snake_case name. This mix is readable but not uniform.

Tool Count3/5

Seven tools is within a reasonable range, but six are generic platform utilities and only one serves the apparent domain purpose. The count feels inflated relative to the domain scope.

Completeness3/5

The domain surface is extremely thin with a single query operation. There are no other process-related endpoints (e.g., search, details, movements), making it a minimal but possibly complete read-only lookup.