Skip to main content
Glama

MCP x402 - Evidence-Backed Web Verification

Analisar página web

analisar_url

Use para extrair uma página HTTP ou HTTPS pública e produzir um relatório limitado ao conteúdo encontrado, com resumo, factos, riscos e ações recomendadas. O objetivo opcional orienta o foco. Não consulta fontes externas; para decisões por critério com provas, use verificar_condicoes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL HTTP ou HTTPS pública a extrair. Endereços locais, privados e não públicos são rejeitados.
objetivoNoFoco opcional do relatório, até 500 caracteres; orienta a análise mas não é tratado como prova.

TDQS

A4.4/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 disclosure burden. It goes beyond a bare 'analyzes a URL' by clarifying that the report is limited to the page content, that no external sources are consulted, and that an optional objective only guides focus and is not treated as proof. These are meaningful behavioral constraints. It could still mention error/redirect behavior, but the essentials are disclosed.

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, front-loaded with the main action and scope, and each sentence contributes: the first covers behavior and output, the second covers the emotional input and the alternative. There is no verbose filler or repetition of schema field details.

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?

With no output schema, the description appropriately names the report sections: resumo, factos, riscos e ações recomendadas. It also explains the optional objective's role and the external-source limitation. The only minor gap is the lack of information about failure cases or the exact structure of the returned report, but this is a relatively simple tool and the description conveys enough for correct use.

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 the schema already explains both parameters well. The description adds the narrative that 'objetivo' is optional and guides focus but is not treated as proof, which slightly supplements rather than repeats the schema. This meets the baseline for high schema coverage.

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 states a specific verb ('extrair'), a precise resource ('página HTTP ou HTTPS pública'), and a concrete deliverable (relatório com resumo, factos, riscos e ações recomendadas). It also explicitly distinguishes itself from verificar_condicoes by saying it does not consult external sources, so an agent can tell the tools apart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with 'Use para...' and explicitly directs users to verificar_condicoes for criteria-based decisions with evidence. It also notes that the tool does not consult external sources, giving a clear exclusion rule and an explicit alternative. This tells an agent when to use the tool and when to prefer a sibling.

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.