Skip to main content
Glama

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

A3.9/5.0
Behavior4/5

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

While the annotations already declare idempotentHint=true, readOnlyHint=false, and destructiveHint=false, the description adds valuable context beyond these fields. It explains the two distinct login paths (config-based vs. session-only), the security implication of 'non-expiring' tokens, and the behavior of calling with no arguments (get link) versus with a token (complete login). It conveys the idempotent nature by implying repeat calls are safe.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single 61-word run-on sentence that combines context, setup instructions, and usage examples. While it front-loads the core context ('MCP.AI for IDE agents') and gives clear options, the lack of paragraph breaks or stronger structure makes it dense. It could be split into two or three cleaner sentences without losing meaning.

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 tool with 1 optional parameter and no output schema, the description comprehensively covers the essential user flows: getting the login link and completing login with a pasted token. It explains both authentication methods (config vs. session) and the implications of each. It could potentially mention error cases or what happens on invalid tokens, but for the low complexity of this tool, it is sufficiently 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 0% schema description coverage, the description carries the full burden of explaining the token parameter. It states: 'call with { token: "<jwt>" } after the user pastes, or with no args to get the link,' correctly explaining the token's purpose and implying it is optional. While it explains what the token does, it could be slightly clearer about the JWT format details, but overall the guidance is sufficient for an agent.

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 explains the authentication purpose with a specific flow: 'log in in the browser, copy the access token.' It distinguishes itself from sibling tools like 'connect' by describing a specific browser-based login mechanism for MCP.AI, and the 'no args to get the link' phrasing clarifies the tool's primary entry point. However, 'MCP.AI for IDE agents' is a somewhat awkward and ambiguous opening that doesn't immediately state the action.

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 provides clear usage direction: 'Best: add it to this server's config... for a permanent, non-expiring connection. Or paste it here for a session-only login.' This explicitly compares the two authentication methods and recommends one over the other. However, it doesn't explicitly mention when not to use the tool or reference alternatives like the connect sibling.

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

Each tool has a clearly distinct purpose: authentication, connection status, marketplace operations, bug reporting, SEFAZ consultation, version info, and toolkit state. No two tools appear to do the same thing.

Naming Consistency3/5

Names are all snake_case but mix verbs (authenticate, connect, report_bug, show_version) with nouns (marketplace, toolkit_info) and one domain-specific full name (sefaz_mt_nfce_consultar). The pattern is not consistent.

Tool Count4/5

7 tools is a reasonable count for a platform server, but most tools are generic platform utilities unrelated to the SEFAZ MT domain, making the count feel padded for the stated purpose.

Completeness2/5

The server is named for SEFAZ MT NFC-e but only has one domain-specific tool (consultation). It lacks other likely operations (e.g., listing, voiding) and is overloaded with unrelated platform management tools, leaving significant gaps in the domain surface.