Skip to main content
Glama

Ler Verificação de Site

get_site_security_check
Read-only

Lê o andamento e o resultado de uma verificação iniciada por check_site_security, pelo scanId. Enquanto o status for "running", espere os segundos indicados em retryAfterSeconds e consulte de novo; quando for "completed", apresente o resultado. Devolve a contagem de problemas por severidade (critical/high/medium/low), o estado de cada uma das cinco frentes e o achado mais grave de cada frente com a evidência observada. Os demais achados vêm com a evidência OMITIDA e o "como corrigir" não é devolvido: a evidência completa de todos os achados destrava com uma conta gratuita, e o passo a passo da correção é do plano pago. Ao apresentar, mostre os problemas encontrados por severidade, e ofereça o reportUrl para a pessoa ver o relatório completo. Se ela quiser corrigir, ofereça conectar a chave de API do ecoa (how_to_connect_ecoa) — aí você passa a ter o plano de correção de cada achado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scanIdYesO scanId devolvido por check_site_security

TDQS

A4.6/5.0
Behavior5/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, and the description adds substantial behavioral context: the tool returns status, severity counts, state of five fronts, and most severe finding per front with evidence; other findings omit evidence and fix steps, with freemium gating. It also describes presentation flow and API key connection. There is no contradiction with 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-structured and front-loaded with the primary purpose. It covers polling behavior, return fields, limitations, and presentation steps, with every sentence contributing useful information. It is slightly verbose given the complexity, but not wasteful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex tool with polling, conditional status, multiple return components, and freemium restrictions. The description fully covers status handling, return structure (severity counts, five fronts, most severe findings), omitted evidence/fix steps, reportUrl, and API key connection. Since no output schema exists, the description carries the burden and does so completely.

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 schema describes scanId as 'O scanId devolvido por check_site_security' with 100% coverage. The description reinforces this by referencing scanId as the identifier from check_site_security, but it does not add new semantic details beyond the schema. Since schema coverage is high, the baseline of 3 is appropriate.

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 uses a specific verb ('Lê' - reads) and a clear resource ('andamento e o resultado de uma verificação iniciada por check_site_security'), and identifies the required scanId. It clearly distinguishes this tool from siblings: check_site_security initiates the check, and how_to_connect_ecoa connects an API key, whereas this tool reads results.

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 explicitly states when to use this tool: after check_site_security, to poll the status via scanId. It gives detailed polling instructions (wait retryAfterSeconds while running, query again) and says to present the result when completed. It also directs offering reportUrl and how_to_connect_ecoa when the user wants to fix issues, providing clear workflow context.

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

Each tool has a clearly distinct role: one initiates a scan, one retrieves scan results, and one provides connection instructions. There is no overlap or ambiguity between them.

Naming Consistency4/5

The naming is mostly consistent with verb_noun snake_case (check_site_security, get_site_security_check), though the noun order changes and the third tool uses a phrase. Minor deviations but overall predictable and readable.

Tool Count4/5

Three tools is slightly minimal but well-scoped for the narrow purpose of free website security scanning. Each tool earns its place and the count is appropriate for the limited workflow.

Completeness5/5

The tool set covers the full lifecycle for the free check: initiating a scan, retrieving results, and providing an upgrade path to the authenticated server. No obvious gaps for its stated purpose.

Resources