Skip to main content
Glama

Processos TJ (Tribunal de Justiça)

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. The description adds context that the tool returns 'current' versions for the platform and adapter, which is useful beyond the annotations.

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, efficient sentence that immediately states the tool's purpose. No filler or redundancy.

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?

Given the tool's simplicity (no params, no output schema, read-only), the description fully covers what an agent needs to know. It specifies exactly what version information is returned, which is complete for this kind of informational 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?

There are zero parameters, and the schema coverage is trivially 100% (empty properties). The description correctly implies no input is needed, so the baseline for zero-param tools applies without requiring additional param details.

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 uses a specific verb ('Show') and resource ('current MCP platform and adapter versions'), clearly distinguishing it from sibling tools like 'authenticate' or 'connect', which have different purposes.

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 conveys the obvious use case—checking versions—but does not explicitly mention when to use it versus alternatives like 'toolkit_info'. Since no exclusions or competing tools are referenced, the guidance is only implied.

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

The set mixes platform/admin tools (authenticate, connect, toolkit_info) and a single domain tool (tj_processos_consultar). Some overlap exists between connect/authenticate and marketplace/toolkit_info, but detailed descriptions help distinguish them.

Naming Consistency2/5

Names follow no consistent convention: English verbs (authenticate, connect, report_bug, show_version), a noun (marketplace), a noun phrase (toolkit_info), and a Portuguese verb phrase (tj_processos_consultar) are all mixed together, making discovery less predictable.

Tool Count4/5

Seven tools is a reasonable number, but six are generic MCP platform utilities while only one directly serves the 'Processos TJ' purpose, creating a scope mismatch.

Completeness3/5

The domain coverage is limited to a single consultation tool that supports multiple query parameters, but lacks follow-up operations such as process tracking or detailed case retrieval. The remaining tools are unrelated to legal processes.