Skip to main content
Glama

Polícia Rodoviária Federal: Débitos

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 only indicate idempotent/non-destructive/non-read-only; the description adds useful behavioral context: browser login requirement, permanent non-expiring vs session-only access, and token-based invocation. It does not contradict annotations and explains the underlying auth mechanism well.

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 dense but front-loaded with the core action ('log in in the browser, copy the access token'). Each sentence adds distinct value, though the final sentence is slightly run-on and could be clearer with tighter formatting.

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?

For a one-parameter authentication tool with no output schema, the description covers the essential flow: browser login, token capture, permanent vs session-only options, and how to invoke. It could mention what exact response to expect, but the link-generation behavior is stated sufficiently.

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

Parameters5/5

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

Schema coverage is 0%, but the description compensates fully: it explains that the single optional 'token' parameter is a JWT, shows the exact call shape ({ token: "<jwt>" }), and clarifies that calling with no args returns the login link. This goes well beyond the bare 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 defines an authentication flow: log in via browser, retrieve an access token, and either configure it permanently or pass it for a session. It uses concrete verbs and describes the auth resource, though it does not explicitly distinguish itself from sibling tools like 'connect'.

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 explicit invocation guidance: add the token to server config for a permanent connection, or paste it for session-only login, with no args to get the link. It does not explicitly state when to use an alternative sibling tool, but it clearly covers the tool's own modes.

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.3/5.0
Disambiguation2/5

Several tools serve overlapping meta-purposes: 'authenticate' and 'connect' both handle connection/auth flows, while 'marketplace', 'report_bug', 'show_version', and 'toolkit_info' are generic platform utilities that could apply to any server, not specific to the PRF débitos domain. This creates confusion about when to use which tool, especially for an agent expecting a focused domain toolset.

Naming Consistency2/5

The one domain-specific tool 'prf_debitos_consultar' uses a descriptive prefix, but the other tools are generic verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with no consistent pattern or domain alignment. The mixing of specific domain naming with generic platform utility names breaks any coherent convention.

Tool Count3/5

At 7 tools total, the count is reasonable for a server, but it is misleading: only 1 tool actually serves the stated purpose (PRF débitos), while 6 are generic MCP platform utilities (auth, catalog, version info, bug reporting) that could belong to a separate meta-server. For the PRF domain, 1 domain tool feels thin.

Completeness1/5

The server claims to be about 'Débitos' (debt/fines) from the Polícia Rodoviária Federal, but besides a single 'consultar' (query) tool, there is no coverage for common lifecycle operations (e.g., listing different debt types, checking payment status, getting details, or handling errors). The remaining tools are unrelated platform meta-functions, leaving the stated domain severely under-covered.