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

A4.7/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false (mutation) and idempotentHint=true. The description elaborates on the mutation by describing how it can set a permanent config header or a session-only token, and that calling with no args returns a login link. It does not explicitly state side effects like modifying server configuration, but the permanent token option implies that. No contradiction with 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 a single paragraph but packed with necessary details. It is front-loaded with the purpose and then branches into two usage modes. It is slightly dense and could benefit from bullet points, but every sentence earns its place and there is no fluff.

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 only one optional parameter, no output schema, and rich annotations, the description covers all needed aspects: how to authenticate (browser login, token retrieval, config header), invocation modes (with/without token), and session vs permanent behavior. It is complete and actionable for an agent.

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 has 1 param (token) with 0% description coverage. The description compensates fully by explaining the token is optional, should be a JWT, and that it can be passed after the user pastes it, or omitted to receive a link. This adds crucial meaning beyond the bare schema.

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: authenticate for IDE agents (Cursor, etc.) via browser login. It specifies the verb 'authenticate' and the resource (access token), and distinguishes it from siblings like connect and toolkit_info by focusing on the token-based authentication flow.

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?

Explicitly explains when to use which option: 'Best: add it to this server's config as a header... for a permanent, non-expiring connection' vs 'Or paste it here for a session-only login: call with { token: <jwt> }... or with no args to get the link.' This gives clear context and alternatives, effectively guiding the agent on invocation choices.

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

Most tools have clearly distinct purposes: authentication, connection status, marketplace operations, bug reporting, version, data query, and toolkit state. However, 'connect' and 'toolkit_info' both provide connection status, and 'authenticate' and 'connect' are related to login, creating some ambiguity.

Naming Consistency2/5

Tool naming is inconsistent: some are single verbs (authenticate, connect), some are compound nouns (marketplace, toolkit_info), and one is a Portuguese verb_noun (sintegra_al_consultar). The mix of languages and styles makes it hard to predict naming patterns.

Tool Count5/5

With 7 tools, the server fits well within the expected scope for a domain-specific server that also includes platform management utilities. Each tool appears to serve a clear need.

Completeness4/5

The core functionality of querying SINTEGRA AL is covered by one tool, and platform management (auth, connection, version, bug reporting, marketplace) is also present. Minor gaps might include a dedicated tool for managing credits or viewing consultation history, but the existing surface likely covers the main workflows.