Skip to main content
Glama

Tribunal TRT10: Consulta Processual

tribunal_trt10_processo_consultar

Read-onlyIdempotent

Tribunal TRT10: Consulta Processual, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grauNo
numero_processoYes

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context: it is hosted by the platform ('Hospedado pela plataforma'), requires no platform credentials, incurs a per-query cost ('pague por consulta com crédito pré-pago'), and deals only with non-confidential public data ('não é dado sigiloso'). It also clarifies data controller responsibilities under LGPD. This extends beyond annotations without contradicting them.

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

Conciseness4/5

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

The description is a single paragraph in Portuguese, with the core purpose front-loaded in the first clause. Each additional sentence adds relevant context (hosting, billing, data source, legal compliance). It is slightly verbose with legal boilerplate but not excessive. No fluff or repetition.

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

Completeness3/5

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

For a simple read-only lookup with two parameters and no output schema, the description covers purpose, data source, billing implications, and legal responsibilities. However, it omits parameter semantics and any detail about the response format. Given the tool's simplicity, the description is adequate but leaves the agent without crucial usage guidance like parameter formats and return expectations.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate for the bare parameter names and types. It does not mention 'numero_processo' or 'grau' at all, nor their format or optionality. While the parameter names are self-explanatory to a human, the description fails to clarify, for example, what 'grau' means or acceptable formats for the process number. The burden is not met.

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 'Consulta Processual' (procedural consultation) and specifies 'consulta em fonte oficial' (query in official source), identifying the resource (court cases) and action (query). It distinguishes the tool from sibling tools, which are unrelated (authenticate, marketplace, etc.). However, it does not explicitly describe what information is returned, so it stops short of full specificity.

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 provides no guidance on when to use this tool versus alternatives. It does not mention conditions like 'use for case status' or 'do not use for sealed records'. The additional context about hosting, payment, and LGPD compliance does not address selection criteria. There is no explicit usage direction beyond the tool's existence.

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

Each tool has a clearly distinct purpose: auth, connection status, marketplace, bug reporting, version, toolkit info, and the domain-specific process query. No two tools overlap in functionality, and descriptions clearly differentiate them.

Naming Consistency3/5

All names use snake_case, but the pattern is inconsistent: some are verbs (authenticate, connect, report_bug, show_version) while others are nouns (marketplace, toolkit_info, tribunal_trt10_processo_consultar). The domain tool's name is unusually long and specific, further breaking uniformity.

Tool Count2/5

The server is intended for TRT10 process consultation, yet 6 of 7 tools are generic platform utilities unrelated to the domain. Only one tool actually performs the stated purpose, making the set poorly scoped for the server's user-facing role.

Completeness2/5

The domain surface consists of a single query tool (tribunal_trt10_processo_consultar) with no supporting operations like search variants, history, or bulk actions. While it may cover a simple 'consult by process number' workflow, any additional need within the domain would fail, and the platform tools do not address domain-specific gaps.