Skip to main content
Glama

MPT RS: Certidão Negativa de Feitos

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

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

Annotations indicate idempotentHint=true but no destructive or read-only hints, which is neutral. The description adds context on how the authentication can be made permanent (config header) or session-only, and mentions that the token is a JWT, providing extra behavioral detail. However, it doesn't explicitly state that calling the tool opens a browser or that the token has expiration, but it does imply a flow. Given the annotations are sparse, the description provides additional value but could elaborate on the login link behavior.

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 concise—two sentences—and front-loads the essential purpose. Every sentence earns its place: it gives context for IDE agents, explains the permanent and session options, and specifies the call patterns. No fluff or redundancy.

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?

Given the tool's complexity (an authentication flow with two modes), the description adequately covers the necessary steps for an agent to guide the user. The schema is minimal with no output schema, but the description sufficiently explains the process, including the need to copy the token and the distinction between permanent and session (URL indication). This is complete for practical use.

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 only one optional parameter and schema description coverage at 0%, the description compensates by explaining that the 'token' parameter should be a JWT pasted by the user, and that calling with no args returns a link. This adds meaning beyond the bare schema, which only defines the property as a string. The description clarifies the parameter's role, so a high score is justified.

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 purpose: to authenticate IDE agents by logging in through the browser and obtaining an access token. It specifies the verb 'authenticate' and the resource (the AI service), and it distinguishes itself from siblings by focusing on the login process, whereas siblings like 'connect' and 'marketplace' suggest different concerns.

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 provides explicit usage guidance: it explains when to use the tool (for login via browser), and offers two distinct usage modes—permanent configuration via header in config, or session-only login by pasting the token. It also instructs calling with no args to get the link, making the when-to-use crystal clear.

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

Several tools overlap around authentication, connection status, and installed MCPs: authenticate, connect, marketplace, and toolkit_info all touch the same concerns. Only mpt_rs_cnf_consultar is clearly distinct, leaving the meta-tool boundaries blurry.

Naming Consistency2/5

Naming mixes bare verbs (authenticate, connect), plain nouns (marketplace), English snake_case verb+noun pairs (report_bug, show_version), and a Portuguese compound (mpt_rs_cnf_consultar). There is no consistent verb_noun convention across the set.

Tool Count3/5

Seven tools is a reasonable count in absolute terms, but six of them are platform/meta utilities while only one is the actual MPT RS certificate query. The set feels bloated relative to the server's apparent domain purpose.

Completeness3/5

The single certificate consultation tool likely covers the core query, but there are no additional MPT RS operations and the broad platform capabilities are packed into one monolithic marketplace tool. Coverage is adequate but thin and unevenly distributed.