Skip to main content
Glama

JUCESP: Ficha Cadastral Simplificada

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

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

The description discloses important behavioral traits beyond the annotations: it notes establishing a permanent non-expiring connection via config, or a session-only login when the token is passed in. It also explains the response behavior for the no-args case ('to get the link'). Annotations are not contradicted, though it does not depth on side effects or error states.

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, dense block that front-loads the key action and then lays out two distinct usage paths. Every clause adds relevant operational detail. It is slightly wordy with the 'MCP.AI for IDE agents' extra framing, but it remains informative.

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 simple one-parameter, no-output-schema tool, the description covers the important workflow: how to obtain the token, how to store it permanently, how to pass it for a session, and how to retrieve the login link. It leaves out any explicit success/failure return details, but for this authentication tool the provided interaction flow is reasonably complete.

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 schema description coverage at 0%, this description carries the full burden of explaining the 'token' parameter. It provides real meaning: it is a JWT access token copied from the browser and used for session-only login via { token: '<jwt>' }. It could add more detail like syntax, expiry behavior, or whether the value is stored, but the core semantic is clear.

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?

Description clearly identifies the tool as authentication for MCP.AI IDE agents, with a concrete flow: log in, copy token, and authenticate via either a permanent header or a session-only token. It uses an active verb ('log in', 'authenticate') and specifies the resource (this server/connection), making it distinct 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 usage context: it explains the recommended permanent setup (add Authorization header) versus the temporary option (paste token as a parameter), plus the no-args call to get the login link. It does not explicitly contrast against sibling tools like connect, but it provides enough situational guidance for the agent to choose the right invocation.

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

The tools have significant overlap: 'authenticate' and 'connect' both handle login/connection status, while 'marketplace' and 'toolkit_info' both describe platform capabilities. The verbose descriptions further blur distinctions, making it hard for an agent to choose the right tool.

Naming Consistency1/5

Naming is highly inconsistent: mixed languages (Portuguese 'jucesp_ficha_consultar' vs English 'authenticate', 'marketplace'), mixed verb/noun forms, and no clear pattern. The tool names range from imperative verbs to descriptive nouns without a unifying convention.

Tool Count3/5

The count of 7 tools is within a reasonable range, but the set includes many generic platform tools (marketplace, report_bug, show_version) that are unrelated to the core JUCESP domain, making the count feel inflated relative to the actual purpose.

Completeness2/5

For a JUCESP company registry consultation, there is only one domain-specific tool (jucesp_ficha_consultar). The rest are generic platform utilities, so the tool surface is missing common operations like search, list, or update for the registry data, leaving significant gaps for the stated purpose.