Skip to main content
Glama

MCP x402 - Evidence-Backed Web Verification

Verificar condições

verificar_condicoes

Use para testar entre 1 e 10 condições explícitas numa página HTTP ou HTTPS pública. Devolve, por condição, confirmada, rejeitada ou incerta com prova textual, além de source, verifiedAt, verificationId e pageHash. Se a página não provar a condição, o resultado é incerta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL HTTP ou HTTPS pública onde as condições serão verificadas. Endereços locais, privados e não públicos são rejeitados.
contextoNoContexto opcional, até 500 caracteres, usado apenas para interpretar as condições e nunca como prova da página.
condicoesYesLista de 1 a 10 condições concretas e verificáveis; cada condição deve ter entre 3 e 300 caracteres.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the 'incerta' outcome for unproven conditions, lists the return fields (source, verifiedAt, verificationId, pageHash), and explicitly states the public-page requirement. This gives a reliable baseline of expected behavior.

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 sentences: the first gives the purpose and scope, the second summarizes the return values and key ambiguity rule. Every sentence earns its place with no filler or unnecessary repetition.

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?

Since there is no output schema, the description properly explains what will be returned per condition and the overall result semantics. It leaves some minor aspects unstated (e.g., exact format of proof text, behavior on unreachable pages), but it is sufficiently complete for an agent to call the tool and interpret the result.

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%, so each parameter (url, contexto, condicoes) already has a meaningful description. The tool description adds little beyond restating the 1–10 condition count and the public/HTTP restriction, which are also present in the schema. This sits at the baseline of 3.

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 a specific verb (testar), a specific resource (página HTTP/HTTPS pública), and the expected output (confirmada, rejeitada, incerta). It distinguishes the tool from siblings like analisar_url and consultar_ia by focusing on explicit condition verification rather than general analysis or AI 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 opens with 'Use para', giving immediate situational context: test 1 to 10 explicit conditions on a public page. It does not explicitly name alternatives or exclusions, but the purpose is clear enough that an agent can infer when to prefer this over the sibling tools.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: analisar_url produces an open-ended page analysis report, verificar_condicoes tests explicit conditions with evidence, and consultar_ia answers general questions without web access. The descriptions also cross-reference one another to remove any confusion.

Naming Consistency5/5

All three tool names follow the same Portuguese verb_noun pattern in snake_case: analisar_url, consultar_ia, verificar_condicoes. The naming style is consistent and predictable.

Tool Count5/5

With only three tools, the server remains tightly scoped for evidence-backed web verification. Each tool serves a distinct workflow and none feel redundant or arbitrary.

Completeness4/5

The set covers the main workflows: analyzing a page, verifying conditions against a page, and handling general questions. Minor gaps exist, such as no obvious way to retrieve past verification records or compare multiple pages, but the core purpose is well-supported.