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

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

The annotations indicate idempotentHint=true and readOnlyHint=false, which means the tool may have side effects (e.g., initiating a login link). The description explains that calling with no args returns a link that requires a browser step, and calling with a token completes the login. It also mentions that the token is non-expiring if added to config. However, it does not disclose what happens on successful authentication in terms of session state or potential side effects beyond the link/token handling. Given the idempotent hint, the description does not contradict annotations but adds partial context about the two workflows. The bar is lower because annotations exist, but the description adds useful but incomplete behavioral context about session vs. permanent auth.

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 covers all essential guidance: what to do in the browser, two alternative methods, and the parameter semantics. It is somewhat dense but not overly verbose. The structure is a bit run-on, but it front-loads the overall purpose and then explains the two options. Slightly more structure (such as bullet points) could improve readability, but as is, it is concise and earns its place.

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?

Given the tool's complexity (auth flow with multiple steps) and the lack of output schema, the description covers the essential steps: obtaining a token via browser, providing it either via config or via parameter. It doesn't describe the output of the tool (return value when successful or failure), but since there is no output schema, the description could benefit from noting that the tool returns a link or an authentication status. However, the description is sufficient for the primary use cases and is well-suited for an agent to understand the intended flow.

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?

The input schema has only one parameter 'token' with no description, and schema_description_coverage is 0%. The description compensates by explaining that the token is a JWT to be pasted after the user copies it from the browser. It explains the login flow and when to provide the token vs. when to omit it. While it doesn't detail the token format (JWT is mentioned but not elaborated), it gives enough semantic meaning for an agent to use the parameter correctly. Given that the schema is almost empty, the description carries the full burden, and it does so effectively.

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 what the tool does: it authenticates the user for MCP.AI IDE agents by obtaining an access token, either via a browser login link or by accepting a pasted token. It also distinguishes between two ways of authenticating (permanent via config header, session-only via token parameter). This distinguishes it from sibling tools like 'connect' and 'marketplace' by focusing specifically on authentication.

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: log in in the browser, copy the access token; best practice is to add it to the server's config as a header for permanent connection; or paste the token into the tool call for session-only login. It explains when to use which mode, and implicitly contrasts with the config-based approach. While no explicit alternatives are named among siblings, the alternatives within this tool are clearly laid out.

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

The Webmotors-specific tools each target a distinct part of the vehicle lookup workflow, and the descriptions clearly link search results to detail and market-price lookups. Some ambiguity exists around the connection/status helpers and category vs. filter options, but the descriptions are strong enough to avoid serious misselection.

Naming Consistency3/5

The six Webmotors tools share a clear webmotors_ prefix, creating a recognizable domain pattern. The rest of the set mixes bare verbs, verb-noun names, and noun-style names like connect, report_bug, marketplace, and toolkit_info, so the overall naming convention is readable but not fully unified.

Tool Count4/5

Twelve tools is a reasonable size and covers the Webmotors search surface without obvious fat. The count feels slightly higher than necessary because a few generic platform/status tools overlap in purpose and could be consolidated.

Completeness4/5

The main Webmotors workflow is well covered: search, filters, location resolution, listing detail, and market-price comparison all work together through slugs and unique IDs. The set is missing some broader e-commerce or dealer-management actions, but for read-only vehicle search and pricing it has no major dead ends.