Skip to main content
Glama

Carvox — Carros Usados em Portugal

Server Details

Used car catalogue in Portugal. Search by make, model, price, mileage, fuel and district.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving details, price statistics, editorial articles, and car listings. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (get_car_detail, get_price_stats, search_articles, search_cars), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose. It covers the essential operations for a used car catalog without being too sparse or overloaded.

Completeness4/5

The tool surface covers search, detail, statistics, and articles, which are core to a car listing service. Minor gaps exist, such as the absence of a tool to list available brands/models, but the overall set is functional.

Available Tools

4 tools
get_car_detailBInspect

Obtém detalhes completos de uma viatura pelo seu slug único.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesSlug único da viatura (ex: toyota-corolla-hybrid-2022-abc123)
Behavior2/5

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

With no annotations, the description should disclose behaviors. It only states 'complete details' without specifying what is included, rate limits, or auth needs.

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?

Single sentence, efficient, and front-loaded. Slight penalty for not structuring additional context if needed.

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

Completeness2/5

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

For a single-parameter tool without output schema, the description lacks details on return format, error handling, or completeness of vehicle info.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description adds no new meaning beyond the schema's parameter description. Baseline 3 is appropriate.

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 retrieves complete details of a vehicle by its unique slug, distinguishing it from siblings like search_cars and get_price_stats.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use versus alternatives (e.g., search_cars) or prerequisites. Users must infer context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_price_statsBInspect

Estatísticas de preço (mediana, mínimo, máximo) para uma marca/modelo no catálogo Carvox.

ParametersJSON Schema
NameRequiredDescriptionDefault
makeYesMarca (obrigatório, ex: toyota)
modelNoModelo (opcional, ex: corolla)
yearMaxNoAno máximo
yearMinNoAno mínimo
Behavior3/5

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

No annotations provided, so description must carry behavioral context. It discloses that the tool computes median, min, max, implying a read operation, but does not mention permissions, rate limits, or any side effects.

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

Conciseness5/5

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

Single sentence with no superfluous words. Directly communicates the core function.

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

Completeness2/5

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

No output schema, but the description omits what the return value structure looks like (e.g., JSON fields). An agent would need to infer or test the output format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description adds no new meaning beyond the parameter descriptions. It reinforces 'make' as required but does not elaborate on how yearMin/yearMax influence statistics.

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 provides price statistics (median, min, max) for a make/model in the Carvox catalog. It specifies a verb ('get' implied) and resource, and distinguishes from sibling tools which focus on detail or search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description only explains what the tool does without indicating scenarios or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_articlesBInspect

Pesquisa artigos editoriais Carvox: guias de compra, reviews, comparativos e análise de mercado.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNúmero máximo de resultados (default 5, max 10)
categoryNoCategoria do artigo
Behavior2/5

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

The description does not disclose behavioral traits such as read-only nature, authentication needs, rate limits, or pagination. With no annotations provided, the description carries the full burden but only states the tool's function, not its behavior.

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 that efficiently conveys the tool's purpose. It is front-loaded and contains no extraneous information, though it could benefit from brief usage context.

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

Completeness2/5

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

The tool has no output schema and the description does not explain return values or result structure. It lists article categories but not what fields are returned. Given the simplicity of the tool (2 params), the description is adequate but leaves the agent guessing about output format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond the schema; it repeats category types but doesn't clarify usage nuances. The parameter semantics are adequately conveyed by the schema.

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 it searches editorial articles of type Carvox, including specific categories like buying guides and reviews. The verb 'Pesquisa' indicates search action, and the resource is well-defined. The sibling tools are in different domains (cars, stats), so distinctiveness is inherent, though not explicitly stated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied from the description: use this tool to search Carvox editorial articles. However, there is no explicit guidance on when to use it versus alternatives, nor any mention of prerequisites or limitations beyond the schema (e.g., max limit).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_carsBInspect

Pesquisa viaturas no catálogo Carvox com filtros opcionais. Devolve lista de carros com preço, km, combustível e link.

ParametersJSON Schema
NameRequiredDescriptionDefault
fuelNoTipo de combustível (GASOLINE=gasolina, ELECTRIC=eléctrico, HYBRID=híbrido, PLUG_IN_HYBRID=PHEV)
makeNoMarca (ex: toyota, bmw, volkswagen)
kmMaxNoKilometragem máxima
limitNoNúmero máximo de resultados (default 10, max 20)
modelNoModelo (ex: corolla, serie-3, golf)
yearMaxNoAno máximo
yearMinNoAno mínimo
bodyTypeNoTipo de carroçaria (SEDAN=berlina, HATCHBACK=citadino, COMBI=carrinha, CABRIO=descapotável, MINIVAN=monovolume)
districtNoDistrito em Portugal (ex: Lisboa, Porto, Braga, Faro, Setúbal)
priceMaxNoPreço máximo em EUR
priceMinNoPreço mínimo em EUR
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states it returns a list with specific fields, but omits details like pagination, sorting, or default limit. The description provides minimal behavioral context beyond the basic output.

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

Conciseness5/5

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

The description is two sentences long, front-loaded with the verb and resource, and every word adds value. No redundancy.

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?

Given the tool has 11 parameters, no output schema, and no annotations, the description provides a basic understanding of purpose and output. However, it lacks context on default behavior (e.g., limit default 10), sorting, and whether search is exact or fuzzy. Adequate but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed descriptions, including enum translations. The description adds no additional meaning beyond 'opcional filters'. Baseline 3 is appropriate as the schema does the heavy lifting.

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 searches vehicles in the Carvox catalog with optional filters and returns a list with price, km, fuel, and link. It distinguishes from siblings like get_car_detail and get_price_stats by its search-and-list nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs. alternatives like get_car_detail or search_articles. There is no mention of when-not or preferred contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources