Skip to main content
Glama

empresas

Estabelecimentos da Receita neste CEP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cepYes8 dígitos, com ou sem hífen.
pageNoPágina 0-based, 50 por página

Schema Changelog

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

  1. Changed2 schema fields changed
    • addedInput schema / properties / cep / description
      Added value: +"8 dígitos, com ou sem hífen."
    • addedInput schema / properties / page / default
      Added value: +0
  2. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It only states the purpose and does not mention pagination, return format, authentication, rate limits, or any other operational details.

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, concise sentence that clearly states the purpose with no wasted words. It is front-loaded and appropriately sized for a simple lookup tool.

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 tool with two parameters and no output schema, the description is adequate but lacks mention of result format, pagination behavior, or other details that could affect correct invocation. It is minimally complete but not enriched.

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% for both parameters, so the baseline is 3. The description adds no parameter-specific information beyond what the schema already provides.

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 indicates the tool returns Receita establishments for a given CEP, specifying both the resource (establishments) and the filter (CEP). It does not explicitly differentiate from sibling tools like 'cep' or 'raio', which might also involve postal codes, but the intent is clear.

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 versus alternatives. It does not mention exclusions, prerequisites, or scenarios where a sibling tool would be more appropriate.

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

B3/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: buscar, cep, proximo, raio, empresas, and vizinhanca each target a different lookup mode or data source. Some overlap exists between cep vs unidades (CNEFE points vs units) and empresas vs vizinhanca (by CEP vs by radius), but the descriptions clarify the boundaries.

Naming Consistency3/5

All names are single lowercase tokens, which gives a uniform visual style, but they mix Portuguese and English (buscar, cep, proximo vs api_index, contact, health) and mix nouns with verbs. The pattern is readable but not fully consistent.

Tool Count5/5

Ten tools is well-scoped for a Brazilian address/CEP/CNEFE/business lookup API. The set covers core lookups, proximity queries, meta endpoints, and support functions without feeling padded or excessive.

Completeness4/5

The domain is well covered: address search, CEP lookup, CNEFE points/units, nearest point, radius CEP search, business lookups by CEP and radius, plus health and API index. Minor gaps exist, such as no explicit pagination on some endpoints and no direct reverse-geocoding beyond proximity queries, but these are workable.

Resources