Skip to main content
Glama

Tribunal TRT: Consulta Processual Unificada

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.7/5.0
Behavior3/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 agent knows this is a safe, non-mutating operation. The description adds the specific scope (platform and adapter versions) but does not disclose any additional behavioral traits such as output format or potential latency. With annotations covering the safety profile, a score of 3 is appropriate.

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, concise sentence that conveys the essential purpose without any fluff. It is front-loaded and every word earns its place.

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?

Given the tool's simplicity (no parameters, no output schema, and clear annotations), the description is complete enough. It clearly states what the tool does, and the annotations cover safety and idempotency. The only minor gap is not describing the return format, but that is not critical for a version-checking tool.

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, and the schema description coverage is 100% (vacuously). The description adds meaning by specifying exactly what versions are shown (platform and adapter), which is useful context beyond the empty schema. Since there are no parameters to document, a baseline of 4 is justified.

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

Purpose4/5

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

The description clearly states the tool's purpose: showing the current MCP platform and adapter versions. It uses a specific verb ('show') and resource ('versions'), and it distinguishes itself from siblings like 'toolkit_info' by focusing on platform and adapter versions rather than general toolkit information.

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 when to use this tool (when you need version information), but it does not explicitly state when not to use it or mention alternatives. Given the sibling tools, there is no direct alternative for version checking, so the guidance is adequate but not explicit.

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.5/5.0
Disambiguation2/5

The marketplace tool bundles many capabilities—search, describe, invoke, install, subscribe, and even report_bug—which overlaps with the standalone report_bug tool. authenticate and connect also share an auth/connection boundary, so an agent could easily misselect among the meta-tools.

Naming Consistency2/5

Tool names mix bare verbs (authenticate, connect), noun-style names (marketplace, toolkit_info), verb_noun names (report_bug, show_version), and a long Portuguese domain-specific name. There is no consistent naming convention across the set.

Tool Count3/5

Seven tools is a reasonable count overall, but six of them are generic platform/admin tools while only one is domain-specific to the named Tribunal TRT purpose. The set feels like a small platform bundle with one query tool attached rather than a focused domain server.

Completeness3/5

The platform side is fairly complete with authentication, connectivity, versioning, toolkit info, bug reporting, and marketplace operations. The tribunal side is thin: only a single consultation tool exists, with no additional query modes or supporting operations, though a read-only official consultation may not require full CRUD.