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

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

The description adds behavioral context beyond annotations: it explains that calling with no args returns a link, while passing a token enables session login. It also mentions the option of permanent non-expiring connection via config, which is a side effect or external step. Annotations mark idempotent and non-destructive, which align with the description. It doesn't contradict annotations and provides meaningful user-flow details.

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 sentence with a colon, but it packs substantial information: primary purpose, two usage modes, and token type. It is front-loaded with the main verb and context. It's slightly dense but efficient, covering necessary details without fluff. Could be broken into clearer sections, but it's not overly verbose.

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 one optional parameter and no output schema, the description covers the essential scenarios: getting a link with no args, session login with token, and recommendation for permanent config. It doesn't describe the exact output format (e.g., is the link a URL?), but given simplicity and lack of output schema, the description is sufficiently complete. It also aligns with annotations for safety.

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?

Schema only defines an optional 'token' string with no description coverage (0%). The description compensates by explaining 'token' is a JWT and shows how to pass it ({ token: '<jwt>' }) and when not to pass it (no args for link). This adds significant meaning beyond the schema, though it could explicitly state the token is a JWT in the schema description. Overall, it covers the parameter's purpose and usage.

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: authenticating MCP.AI for IDE agents. It specifies the workflow (log in via browser, copy access token) and distinguishes it from potential siblings by naming the specific use case (IDE agents like Cursor). The verb+resource is explicit: authenticate with token or get link.

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 guidelines for two modes: permanent configuration (adding token to server config) and session-only (passing token or no args to get link). It explains when to use each variant, though it does not explicitly mention alternatives like 'connect' or conditions for not using it. The guidance is actionable but lacks explicit when-not-to-use versus siblings.

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

The marketplace tool is overloaded with many subcommands (search, describe, invoke, install, subscribe, prompts), which overlaps with report_bug, toolkit_info, and even authenticate/connect. The single vehicle tool stands apart, but the meta-tools have blurry boundaries.

Naming Consistency2/5

Names mix bare verbs (authenticate, connect), verb_noun pairs (report_bug, show_version), and noun phrases (marketplace, toolkit_info, veiculo_dados). The pattern is inconsistent, and languages are mixed (English vs Portuguese).

Tool Count2/5

Seven tools is a reasonable number, but six of them are generic MCP-platform management utilities unrelated to the server's apparent 'Veículo' vehicle purpose. Only one tool actually provides vehicle data, making the set poorly scoped for its intended domain.

Completeness2/5

For a vehicle-data server, only one lookup operation exists with no other vehicle-related capabilities. The remaining tools cover platform plumbing but not the vehicle domain, leaving significant gaps in what an agent would expect from a 'Veículo' server.