Skip to main content
Glama

DETRAN GO: Veículo

Server Details

DETRAN GO: Vehicle, official-source lookup. Platform-hosted, pay per query with prepaid credit.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mcp-dir/detran_go_veiculo-mcp
GitHub Stars
0

Available Tools

7 tools
authenticateA
Idempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations, the description discloses meaningful behavior: token persistence semantics ('permanent, non-expiring' vs 'session-only') and no-arg behavior (return the login link). This adds useful context without contradicting the annotations.

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 front-loaded with the purpose and delivers actionable instructions in three compact sentences. The 'Best:'/'Or' structure makes the options scannable with no wasted words.

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

Completeness5/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 full workflow: browser login, token retrieval, permanent vs session configuration, and no-arg behavior. The invocation semantics are complete and usable.

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

Parameters5/5

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

The schema only provides a bare optional string token with 0% description coverage, but the description compensates fully: it explains that token is a JWT for session-only login, and that omitting the token triggers the login-link flow. This is more than enough for correct invocation.

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 identifies the action (authenticate) and resource (MCP.AI), and explains the login/token workflow. It is specific enough to distinguish this from sibling tools like connect or marketplace because it focuses entirely on access-token authentication.

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 gives explicit usage options: permanent config header vs session-only token, and calling with no args to get the link. It does not explicitly mention when not to use this tool versus sibling tools, but the two modes are clearly differentiated.

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

connectA
Read-onlyIdempotent
Inspect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior4/5

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

The annotations already declare the tool as read-only and idempotent, so the description's 'returns status' aligns. It adds value by explaining the output variations: it returns authenticated:true and empty pending[] when all providers are connected, and connect URLs otherwise. This clarifies behavioral outcomes beyond the annotations, though it doesn't mention side effects (none expected given read-only).

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 concise and front-loaded with the core purpose ('Returns connection status and URLs') followed by specific outcome details. It uses only two sentences, with no wasted words, and clearly communicates the dual outcomes.

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 simplicity (no parameters, no output schema), the description is complete enough. It explains the response semantics sufficiently for an agent to know what to expect. However, it doesn't explicitly mention the read-only nature, but that's covered by annotations, so the description doesn't need to repeat it.

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 tool has 0 parameters, and the schema has 100% coverage (vacuously). The description provides no parameter info because none exist, so it correctly focuses on the output semantics, which is more useful. Since there are no parameters, the description's job is to explain what the status means, which it does effectively.

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 reports connection status and URLs, and it distinguishes its behavior by describing the two possible outcomes (authenticated with empty pending, or missing credentials with connect URLs). While it doesn't explicitly differentiate from siblings, 'connect' logically pairs with 'authenticate' as a read-only status check, which is implied.

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?

The description implies the tool is used to check connection status and get URLs when credentials are missing, but it doesn't give explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like 'authenticate' for initiating connections or 'toolkit_info' for general info, so the guidance is inferred but not stated.

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

detran_go_veiculo_consultarA
Read-onlyIdempotent
Inspect

DETRAN GO: Veículo, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

ParametersJSON Schema
NameRequiredDescriptionDefault
placaYes
renavamYes
login_cpfNo
login_senhaNo
pkcs12_certNo
pkcs12_passNo

TDQS

A3.6/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations: it mentions payment model (prepaid credit), absence of platform credentials, and LGPD data-handling responsibility. Combined with readOnlyHint=true and idempotentHint=true, the agent understands this is a safe read operation. It doesn't describe the return format, but the annotations already cover safety, so the added context is valuable.

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 concise, with the core purpose stated in the first sentence, followed by relevant operational notes. It is not overly verbose and is structured as a short paragraph, making it easy to scan. However, it could be improved by front-loading the parameter information.

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?

Given the tool's complexity (6 parameters, no output schema, no annotation details for inputs), the description is incomplete. It explains the data source and payment, but does not describe what the tool returns, which parameters are needed, or any prerequisites (e.g., having credits). An agent would struggle to invoke this tool correctly without additional information.

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

Parameters1/5

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

The schema has 6 parameters, 2 required, and 0% description coverage. The tool description does not mention any parameter names, types, or purposes. It fails to compensate for the lack of schema documentation, leaving the agent to guess what 'placa' and 'renavam' mean. This is a critical gap.

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: 'DETRAN GO: Veículo, consulta em fonte oficial' (vehicle consultation from official source). It identifies the specific resource (vehicle info from DETRAN GO) and the action (consulta), distinguishing it from sibling tools like authenticate or connect.

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 context on when to use the tool: it's hosted by the platform, requires no platform credentials, and is paid per query. While it doesn't explicitly exclude alternatives, the context is clear enough for an agent to understand this is the designated vehicle-query tool, and there are no contradictory usage hints.

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

marketplaceAInspect

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
actionNosearch
mcp_idNo
messageNo
tool_idNo
argumentsNo{}
immediateNo
tier_slugNo
prompt_bodyNo
prompt_slugNo
prompt_toolNo
prompt_varsNo{}
conversationNo[]
prompt_titleNo
request_nameNo
cancel_reasonNo
cancel_commentNo
prompt_targetsNo
report_contextNo
prompt_categoryNo
request_detailsNo
prompt_descriptionNo

TDQS

A4.7/5.0
Behavior5/5

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

The description adds substantial behavior beyond annotations. It discloses the key surprise: 'invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list'. It explains connect links for credentials, checkout/top-up links for empty wallets, and the permission requirement: 'Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin'. No contradiction with annotations (readOnlyHint=false, openWorldHint=true is consistent with the described 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?

For a tool with 14 actions and 23 params, the length is justified — every clause carries information. However, it's a single dense wall of text with en-dash run-ons and no paragraph breaks or bullets, which hurts scannability for an agent parsing quickly. The most important info is front-loaded (marketplace, core flow), but structure could be dramatically improved with sectioning per action group.

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 extreme complexity (14 actions, 23 params, no output schema), the description is remarkably complete: it covers the full discovery→invoke flow, the not-installed invoke behavior, connect/checkout redirects, permission requirements, and the entire prompt-library subdomain. The main gap: no description of return/response shape at all — with no output schema present, an agent cannot anticipate what the tool returns for any of the 14 actions. Minor params (immediate, conversation) also go unexplained.

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 description coverage is 0%, so the description bears full burden. It compensates strongly for the most important params: the entire action enum (all 14 values explained), mcp_id, tool_id, arguments, query intent, and all prompt params (prompt_slug, prompt_vars, prompt_body, prompt_title, prompt_targets, prompt_description). However, several params remain undefined: immediate, conversation, cancel_comment, report_context, request_name, request_details, and limit get no semantic explanation despite 0% schema coverage.

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?

Exceptionally clear purpose: 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It explains the core flow (search → describe → invoke), enumerates the capability requests it handles ('find an MCP that does X', 'consulta um CPF'), and contrasts with siblings (marketplace catalog vs. direct tools). The breadth is appropriate because the tool itself is a 14-action dispatcher, and the description maps every intent to its action.

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?

Explicit when-to-use guidance throughout: 'prefer invoke for a single/occasional use' vs. 'Use install only to make an MCP PERMANENT in the active toolkit'; 'request_mcp asks us to build a NEW MCP when nothing fits'; 'list_tools lists what is callable right now'; 'subscribe/cancel handle per-MCP billing'. Also names the prompt-library sub-actions (search_prompts, get_prompt, publish_prompt) with distinct purposes.

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

report_bugA
Idempotent
Inspect

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

TDQS

A3.9/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false (write operation), idempotentHint=true (repeatable), and destructiveHint=false (non-destructive). The description adds useful behavioral context by specifying that the conversation array is needed for reproduction, which goes beyond the annotations. No contradictions are present.

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 short sentences, front-loading the purpose and then providing a key usage tip. Every word is necessary, and it is efficiently structured without redundancy.

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 three parameters with no schema descriptions and no output schema. The description only covers the conversation parameter, leaving the required message and optional context unexplained. It also does not specify what happens after reporting (e.g., acknowledgment, response). Given the low schema coverage, this is insufficient for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for all parameters. It only explains the purpose of 'conversation' (for reproduction). It does not explain the required 'message' parameter or the optional 'context' parameter, leaving the agent without guidance on what to fill in those fields. This is a significant gap.

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 function: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') with a clear resource (bug/feature/feedback), and the second sentence explains how to include reproduction context. This distinguishes it from sibling tools like authenticate, connect, or show_version, which serve different purposes.

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 implies when to use the tool by its phrasing ('Report a bug...'), and it offers a concrete usage hint: 'Include the conversation array with recent messages for reproduction.' It does not explicitly name alternatives or exclusions, but given the sibling tools are unrelated, the context is clear enough.

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

show_versionA
Read-onlyIdempotent
Inspect

Show the current MCP platform and adapter versions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well-covered. The description adds the 'current' aspect, implying it returns live data, but does not disclose additional behavioral nuances (e.g., output format). With annotations handling safety, this is adequate but not exceptional.

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 a single, succinct sentence that immediately states the action and subject. Every word earns its place, and there is no fluff or unnecessary detail. It is optimally front-loaded and compact.

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

Completeness5/5

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

Given the tool has no parameters, no output schema, and annotations fully cover its safety profile, the description is complete enough. It explains what it does (show versions) and no further context is required. There is nothing missing that would hinder an agent from using it correctly.

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 tool has zero parameters, and the schema is fully covered. Per the rubric, a baseline of 4 is appropriate for 0 parameters. The description adds no parameter-specific information because none is needed, making this a perfect score for the dimension.

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 action: showing current MCP platform and adapter versions. It specifies the exact resource (versions) and is distinct from sibling tools like authenticate or connect, leaving no ambiguity about its function.

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?

While there is no explicit statement of when to use it, the tool's name and description make it obvious for checking version information. There are no exclusions or alternatives, so the context is clear enough. A slightly higher score is justified because the purpose is so self-evident that explicit guidance is unnecessary.

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

toolkit_infoA
Read-onlyIdempotent
Inspect

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish the read-only, idempotent, non-destructive nature of the tool. The description adds meaningful context by specifying what data is returned (connections, accounts, catalog tool counts), going beyond the annotations. It does not cover edge cases like empty states or authentication dependencies, but the additional detail is valuable.

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?

A single, well-structured sentence leads with the action and then lists the specific data returned, making it immediately scannable. There is no redundant information or filler, so every word 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?

For a low-complexity, zero-parameter read-only tool, the description adequately captures the primary return elements. It could improve by addressing potential empty results or the meaning of connection statuses, but these are minor gaps given the tool's simplicity and good annotation support.

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 tool has zero parameters, so the input schema is trivially complete and there is no parameter documentation burden. The description correctly implies the tool acts on the entire toolkit without needing inputs, matching the baseline for zero-parameter tools.

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 uses the specific verb 'Returns' and clearly identifies the resource as 'current toolkit state,' then enumerates the exact components returned: installed MCPs, connection status, connected accounts, and catalog tool counts. This makes it easily distinguishable from sibling tools like authenticate or connect.

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 implies the tool is used to obtain a high-level status overview of the toolkit, and the sibling context confirms its unique role. However, it does not explicitly state when to use this tool vs alternatives or mention any exclusions, leaving room for more explicit guidance.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying vehicle licensing information from DETRAN AL (Alagoas, Brazil) via an official read-only MCP tool, with pay-per-use credit system and no credentials required.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Consulta em fonte oficial a base estadual de veículos de São Paulo via MCP, permitindo verificar dados de veículos com linguagem natural, somente leitura e pagamento por uso com créditos pré-pagos.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Hosted MCP server for querying official DETRAN BA vehicle information (single read-only tool) via HTTP, with prepaid per-use credits.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for consulting IPVA (vehicle property tax) data from the official SEFAZ GO source in Brazil, using prepaid credits and compatible with any MCP client.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: authentication, connection status, vehicle query, marketplace, bug reporting, version info, and toolkit state. Minor overlap exists between connect and toolkit_info, both of which expose connection status, but they emphasize different aspects.

Naming Consistency3/5

Naming is mixed: several tools use imperative verbs (authenticate, connect, report_bug, show_version), while others are nouns (marketplace, toolkit_info), and the domain tool uses a Portuguese compound (detran_go_veiculo_consultar). This inconsistency makes the set feel less cohesive.

Tool Count2/5

Seven tools is a reasonable count in general, but six are generic platform utilities unrelated to the DETRAN vehicle domain. The server's narrow purpose is diluted by infrastructure tools, making the count inappropriate for its stated scope.

Completeness2/5

The only domain-specific tool is a single query operation; there are no other vehicle-related actions (e.g., lookup by plate, vehicle history, or listing). The remaining tools address platform administration, leaving obvious functional gaps for any real DETRAN vehicle use case.