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.
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.
Tool Definition Quality
Average 3.2/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: retrieving details, price statistics, editorial articles, and car listings. No overlap or ambiguity.
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.
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.
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 toolsget_car_detailBInspect
Obtém detalhes completos de uma viatura pelo seu slug único.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug único da viatura (ex: toyota-corolla-hybrid-2022-abc123) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Marca (obrigatório, ex: toyota) | |
| model | No | Modelo (opcional, ex: corolla) | |
| yearMax | No | Ano máximo | |
| yearMin | No | Ano mínimo |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Número máximo de resultados (default 5, max 10) | |
| category | No | Categoria do artigo |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| fuel | No | Tipo de combustível (GASOLINE=gasolina, ELECTRIC=eléctrico, HYBRID=híbrido, PLUG_IN_HYBRID=PHEV) | |
| make | No | Marca (ex: toyota, bmw, volkswagen) | |
| kmMax | No | Kilometragem máxima | |
| limit | No | Número máximo de resultados (default 10, max 20) | |
| model | No | Modelo (ex: corolla, serie-3, golf) | |
| yearMax | No | Ano máximo | |
| yearMin | No | Ano mínimo | |
| bodyType | No | Tipo de carroçaria (SEDAN=berlina, HATCHBACK=citadino, COMBI=carrinha, CABRIO=descapotável, MINIVAN=monovolume) | |
| district | No | Distrito em Portugal (ex: Lisboa, Porto, Braga, Faro, Setúbal) | |
| priceMax | No | Preço máximo em EUR | |
| priceMin | No | Preço mínimo em EUR |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!