Skip to main content
Glama

DER PR: Certidão Negativa de Débitos (por placa)

authenticate

Idempotent

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNo

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate the tool is idempotent and not read-only, so the description adds valuable behavioral context by explaining the permanent vs. session-only connection semantics and the fact that the permanent header approach does not expire. It stops short of describing what the tool returns after accepting a token or how failures are surfaced, but it provides meaningful transparency beyond annotations.

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 compact and front-loaded with the tool's essential login purpose, followed by the two recommended usage paths. It is slightly dense because it bundles setup/config instructions with invocation behavior, but every sentence provides necessary guidance without padding.

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 simple schema, annotations, and lack of output schema, this description covers the essential invocation paths, token semantics, and session vs permanent connection distinction. It does not explicitly describe what the agent should expect in the response after submitting a valid token, but the overall guidance is sufficient for an agent to select and invoke the tool correctly.

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 schema has one optional string parameter with no per-parameter description, and the tool description compensates by explaining the token is a JWT pasted by the user and how to call with or without the token. It gives a concrete invocation shape: `{ token: "<jwt>" }` or no args to get the link, which substantially enriches the schema.

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 identifies the tool as the authentication/login mechanism: log in in the browser, copy the access token, and pass it back for a session-only login or no args to get the login link. It distinguishes the tool from common sibling operations by focusing on browser-based auth rather than generic connection handling, though it does not explicitly name a sibling as the alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

The description gives explicit usage instructions and options: recommending permanent header configuration for non-expiring access, versus session-only login via pasting a JWT, and when to call with no arguments to retrieve the link. This is strong when-to-use and how-to-use guidance, with clear alternative paths based on desired persistence.

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

B3.4/5.0
Disambiguation3/5

The single domain tool (der_pr_certidao_debitos_consultar) is clearly distinct, but the platform utilities overlap: connect, authenticate, and toolkit_info all touch connection status and credentials, causing potential confusion about which to call.

Naming Consistency2/5

Names are inconsistent: the domain tool uses a long snake_case name (der_pr_certidao_debitos_consultar) while the rest are single lowercase verbs or nouns (authenticate, connect, marketplace, report_bug, show_version, toolkit_info). Mixed verb/noun patterns and no clear prefix hierarchy.

Tool Count2/5

At 7 tools, the count is not excessive, but 6 are generic platform utilities unrelated to the server's stated purpose. The server is ostensibly for a specific debt certificate query, yet only one tool actually serves that domain, making the purpose diluted and the count feel inflated.

Completeness2/5

The domain surface is severely incomplete: only a single query operation (der_pr_certidao_debitos_consultar) exists, with no support for other certificate types, document formats, or status checks. The remaining tools are platform-related and do not address the domain's lifecycle or variants.