Skip to main content
Glama

antt_transportadora_consultar

Read-onlyIdempotent

Consulta a regularidade de uma transportadora habilitada pela ANTT ao transporte rodoviário de cargas, por CPF, CNPJ ou RNTRC. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CPFYes
CNPJYes
RNTRCYes
completoNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description adds essential context: no credentials are required, the operation is paid with prepaid credits, and the data is public, not private or confidential. It also clarifies LGPD compliance responsibility, all of which are important for an agent's decision.

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 four sentences long, each contributing useful information: purpose, hosting/credentials/payment, data classification, and legal responsibility. It is somewhat detailed but not overly verbose for the content it covers.

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?

The tool has no output schema, so the description should cover the operation's purpose, cost, access mode, and data sensitivity, which it does adequately. The main gap is the ambiguous parameter guidance, especially the conflict between the description's implied alternatives and the schema's required fields, which could confuse an agent.

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?

The description mentions 'por CPF, CNPJ ou RNTRC' and uses 'ou' (or), implying that only one of these identifiers is needed. However, the input schema marks all three as required, creating a mismatch. The 'completo' parameter is not described at all, leaving its purpose and effect unexplained, and schema coverage is 0%.

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 it 'consulta' (consults) the regularity of an ANTT-authorized carrier by CPF, CNPJ, or RNTRC, using a specific verb and resource. This distinguishes it from the unrelated sibling tools like authenticate or marketplace.

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?

It explains that no credentials are needed and that the consultation is paid with prepaid credits, giving clear context on when it is appropriate to use. It does not explicitly exclude alternatives, but the sibling tools are not similar query tools, so the absence of exclusions is minor.

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 single domain tool (antt_transportadora_consultar) is clearly distinct from the platform utilities. However, connect and toolkit_info both report connection/status information, creating slight overlap. The other tools serve separate purposes (auth, marketplace, bug reporting, version).

Naming Consistency2/5

Tool names are inconsistent in style: the domain tool uses a long snake_case prefix, while the platform tools use short verbs (authenticate, connect), noun phrases (marketplace, toolkit_info), or verb_noun (report_bug, show_version). No clear pattern ties them together.

Tool Count3/5

With 7 tools, the count is reasonable, but the composition is unbalanced—only one tool directly serves the ANTT domain while the other six are generic platform/management tools. The set feels like a standard wrapper with a single domain functionality tacked on.

Completeness4/5

For the stated purpose of querying ANTT carrier regularity, the single consult tool covers the essential operation (by CPF, CNPJ, or RNTRC). It lacks any supplementary domain actions, but the core query is fully addressed. The platform tools fill typical admin needs, so no critical gaps for the primary use case.