Skip to main content
Glama

JUCESP: Certidão Simplificada

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds the behavioral expectation that the conversation array should be included for reproduction, which is useful context for the agent. No contradiction with 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 two concise sentences that front-load the purpose and then provide a key usage hint. Every word earns its place with no repetition of the title or annotation metadata.

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 reporting tool with no output schema, the description gives a clear purpose and one usage hint, but it omits essential parameter semantics (especially the required message) and introduces a type mismatch for conversation. This leaves the tool only partially complete for an agent to invoke correctly.

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 carries the burden of explaining parameters. However, it only mentions conversation (one of three params) and inaccurately calls it an 'array' while the schema types it as a string. No explanation of the required 'message' field or optional 'context' field, leaving the agent underinformed.

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: 'Report a bug, missing feature, or send feedback.' This is a specific verb plus resource, and it is distinct from all sibling tools (authenticate, marketplace, etc.). No ambiguity about what the tool does.

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 gives clear usage context ('Report a bug...') and provides an explicit how-to instruction ('Include the conversation array with recent messages for reproduction'). It lacks explicit when-not or alternative tool references, but no sibling tool offers similar functionality, so the guidance is sufficient.

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

Each tool has a distinct purpose: authentication, connection status, JUCESP consultation, marketplace operations, bug reporting, version display, and toolkit info. Descriptions are detailed and clearly differentiate the tools, leaving no ambiguity about when to use each.

Naming Consistency2/5

Tool names are inconsistent in style and language: some are single verbs (authenticate, connect), some are noun_verb (toolkit_info), one is a long snake_case Portuguese phrase (jucesp_certidao_simplificada_consultar), and others mix English conventions. The pattern is unpredictable, making it harder to guess tool names.

Tool Count3/5

With 7 tools, the count is within a reasonable range, but the majority are generic platform-level utilities unrelated to the server's stated JUCESP purpose. The one domain-specific tool feels like an afterthought, and the set could be trimmed or better scoped.

Completeness4/5

For the core JUCESP certificate consultation, the single tool covers the entire operation (query by CNPJ, NIRE, or name). The included platform tools handle surrounding needs like authentication, billing, and marketplace discovery, so no major dead ends exist. Minor gaps like explicit certificate history or multiple formats are absent, but not critical.