Skip to main content
Glama

Benefício de Prestação Continuada (BPC)

bpc_consultar

Read-onlyIdempotent

Verifica o recebimento do Benefício de Prestação Continuada (BPC) por um beneficiário a partir do CPF e do NIS. 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
NisYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is known. The description adds valuable behavioral context: it mentions the pay-per-query model, that data access is public (not private/sensitive), and that the client is the data controller under LGPD. This goes beyond 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 four sentences, each adding relevant information: purpose, access model, data publicness, and LGPD responsibility. It is front-loaded with the main function and avoids redundancy, making it appropriately sized and well structured.

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 no output schema, so the description should explain what the tool returns or what 'completo' does. It does not describe the response format, error behavior, or the effect of the optional parameter. This leaves significant gaps for an agent to invoke the tool and interpret results correctly.

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. It explains that CPF and NIS are the identifying inputs, but it does not clarify the 'completo' boolean parameter or any formatting requirements (e.g., punctuation). This leaves the optional parameter semantically unexplained.

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 with a specific verb ('Verifica') and resource (recebimento do BPC), and specifies the key inputs (CPF and NIS). It distinguishes itself from sibling tools, which are generic (authenticate, connect, etc.) and unrelated to BPC consultation.

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 for when to use the tool: it checks BPC receipt status for a beneficiary, requires prepaid credits, and has no credentials. It does not explicitly name alternatives or exclusions, but the purpose is self-evident and sibling tools are not relevant choices.

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

Multiple platform utility tools overlap: authenticate, connect, and toolkit_info all deal with connection/auth state, while marketplace bundles search, invoke, install, billing, and prompt library functions into one tool. The only domain-specific tool, bpc_consultar, is clearly distinct but the rest have blurred boundaries.

Naming Consistency2/5

Tool names follow no consistent pattern: some are bare verbs (authenticate, connect), some are noun phrases (marketplace, toolkit_info), and the domain tool uses an underscore-prefixed convention (bpc_consultar). Mixed styles make it hard to predict tool names.

Tool Count2/5

Seven tools is a reasonable number, but the server is ostensibly for BPC consultation, and only one tool addresses that domain. The rest are generic platform utilities that seem bolted on, making the set feel bloated for the stated purpose and under-delivering on the core domain.

Completeness2/5

For a BPC server, the surface is severely incomplete: only one consult operation exists, with no support for other related actions. The platform utility tools don't fill this gap; they serve a different purpose entirely, leaving the BPC workflow with a dead end.