Skip to main content
Glama

Processos Judiciais (Simplificada)

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.5/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, covering safety. The description adds that it reports both platform and adapter versions, which is useful context beyond the annotations. No contradictions.

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 with no wasted words. It is front-loaded with the action and covers the essential information.

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 zero-parameter, no-output-schema tool, the description is complete. It fully explains what the tool does, and the annotations cover safety, making this a well-rounded definition.

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?

With zero parameters, the description does not need to explain parameter semantics. Baseline for 0 params is 4, and the description provides full clarity about what the tool returns.

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 a specific verb ('Show') and resource ('current MCP platform and adapter versions'). This distinguishes it from sibling tools like authenticate or toolkit_info, which serve 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 Guidelines4/5

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

The description clearly implies the tool is for checking version information, typically for debugging or compatibility verification. While it does not explicitly exclude alternatives or mention sibling tools, the context is unambiguous for a trivial version display tool.

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

A4.1/5.0
Disambiguation5/5

Each tool has a distinctly separate role: authentication, connection status, marketplace operations, legal process consultation, bug reporting, version display, and toolkit state. No two tools overlap in purpose.

Naming Consistency3/5

Most tools use short English verb or noun phrases (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), but the core domain tool is a long Portuguese phrase (processos_judiciais_simplificada_consultar), breaking the pattern and mixing languages.

Tool Count4/5

Seven tools is a reasonable number, but six of them are generic platform utilities rather than specific to judicial processes. The server's stated purpose is only represented by a single domain tool, making the count feel slightly bloated with platform-related tools.

Completeness4/5

The domain tool provides the core consultation by CPF/CNPJ, which matches the 'simplified' intent. However, there are no additional judicial process operations (e.g., detailed process lookup, history, or documents), but the platform marketplace tool can extend capabilities.