Skip to main content
Glama

CONFEA/CREA (Engenharia)

confea_crea_consultar

Read-onlyIdempotent

Consulta o registro profissional de um engenheiro ou agrônomo no CONFEA/CREA a partir do CPF e do registro nacional. 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
completoNo
RegistroNacionalYes

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds valuable context beyond these: no credentials needed, paid per query (cost implications), and public data with LGPD responsibility for the client. This gives the agent actionable transparency about costs and legal constraints.

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: it opens with the core purpose, then adds short contextual notes on hosting, payment, and legal aspects. Every sentence serves a purpose, with no redundant or fluff content.

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?

The tool is moderately complex with 3 parameters and no output schema. The description covers the main operation, payment model, and public-data legal context, but the undocumented 'completo' parameter and lack of any return-value information are notable gaps. For a read-only public query tool, it is adequate but not fully complete.

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?

The description names CPF and RegistroNacional as inputs, which helps map the required parameters. However, the optional 'completo' parameter is completely undocumented, and the schema has 0% description coverage. The description partially compensates but leaves a gap for the optional parameter.

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 queries the professional registration of an engineer or agronomist in CONFEA/CREA using CPF and national registration. This is a specific verb, resource, and input, and it distinguishes the tool from sibling platform utilities.

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 clear context: it is hosted by the platform, requires no credentials, and is paid per query with prepaid credit. It also clarifies that the data is public access, guiding appropriate use. While it doesn't explicitly compare to alternatives, no similar sibling tools exist, so the context is sufficient.

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.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (authenticate, query registration, report bugs, show version), but connect, toolkit_info, and marketplace overlap somewhat in connection status and toolkit state. Detailed descriptions help disambiguate, but a few boundaries are blurry.

Naming Consistency2/5

Tool names mix verb-first patterns (authenticate, connect, report_bug, show_version) with noun-first (marketplace, toolkit_info) and a Portuguese-style compound (confea_crea_consultar). There is no consistent naming convention, making the set feel haphazard.

Tool Count4/5

Seven tools is within the typical well-scoped range. However, the server's stated domain (CONFEA/CREA) is represented by only one tool, while the other six are generic platform utilities, making the count feel unbalanced for the stated purpose.

Completeness2/5

For an engineering registration domain, the server offers only a single lookup tool (confea_crea_consultar), with no additional operations like listing, updating, or verification. The remaining tools are unrelated to the domain, leaving the domain-specific surface severely limited.