Skip to main content
Glama

Valor FIPE do Veículo

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?

Annotations already mark the tool as idempotent and non-destructive, but the description adds valuable behavioral context: the token is a JWT, the config-header approach gives a non-expiring connection, and pasting a token provides only a session-level login. It also explains the no-arg call returns a link. This goes beyond the annotations, though it does not cover side effects like invalidating previous sessions or error handling.

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 three sentences that are information-dense and well-structured: purpose, recommended permanent approach, and session-only alternative. It is somewhat verbose but every sentence adds necessary detail, and the core information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-optional-parameter tool with no output schema, the description covers usage modes well. However, it omits what the tool actually returns in each case (e.g., success message, session state, or error conditions). Since there is no output schema to fill this gap, the description is incomplete on return value semantics.

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 provides no description for the 'token' parameter (0% coverage), so the description must compensate. It does so by explaining that 'token' is a JWT copied from the browser, and that omitting it (no args) returns the auth link. This gives the parameter meaning and clarifies optionality, fully compensating for the schema gap.

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 states the tool's purpose: authenticating via browser login and copying an access token, with two distinct modes (permanent config header vs session token). This makes the function specific. However, it does not explicitly differentiate from sibling tools like 'connect', so it doesn't fully meet the high bar for distinction.

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 explicit usage guidance: for permanent authentication, add the token as an Authorization header in the server config; for session-only login, call with a token argument or no arguments to get a link. This clearly indicates when to use each form of invocation, though it does not mention when to avoid this tool or compare it to alternatives.

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

Most tools have clearly distinct purposes, but authenticate and connect both relate to connection/auth and could cause confusion. The marketplace tool is broad but self-contained.

Naming Consistency2/5

Naming is inconsistent: bare verbs (authenticate, connect), verb_noun (report_bug, show_version), noun_noun (toolkit_info), and one Portuguese noun-verb (veiculo_fipe_consultar). No uniform pattern or language.

Tool Count2/5

The raw count of 7 is reasonable, but the toolset mixes generic platform management tools with a single vehicle-specific lookup, making the toolkit feel unfocused relative to the server's stated FIPE purpose.

Completeness4/5

The core FIPE consultation is covered via plate/chassis lookup with market value. Minor gaps like historical values or batch queries exist but are not essential for the primary workflow.