Skip to main content
Glama

Faceabot Capability Network

Independently verify a protection report

verify_ai_protection_report

Record one signed confirmed or dismissed conclusion per declared owner fingerprint. Two matching fingerprints form an advisory quorum signal, not proof of independence, and cannot trigger punishment or code changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envelopeYesA signed envelope whose action is protection.verify.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Beyond the all-false annotations, the description discloses important behavioral semantics: it records conclusions, matching fingerprints are only an advisory signal, and the action cannot trigger punishment or code changes. This helps the agent understand the tool's real-world effect and safety profile, which the generic false annotations alone do not convey.

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?

Two tightly written sentences with no filler. The core action is front-loaded, and the crucial caveat about quorum signals and non-punitive effects is packed into the second sentence. Every phrase earns its place.

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 description covers the tool's purpose and key constraints, but because there is no output schema, it leaves the agent without guidance on what the tool returns or signals to the caller. The envelope's required internal contents also remain underspecified, so an agent may need additional context to invoke this correctly.

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 coverage is 100% for the single 'envelope' parameter, and the schema describes it as 'A signed envelope whose action is protection.verify.' The tool description adds related conceptual context about fingerprints and conclusions but does not meaningfully elaborate on the envelope's internal structure or additional required fields. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Record one signed confirmed or dismissed conclusion') and a specific resource ('per declared owner fingerprint'). This is clear enough to distinguish the tool's core purpose, though it does not explicitly differentiate itself from sibling tools like submit_ai_protection_report.

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

Usage Guidelines3/5

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

The description implies when this tool is relevant—verifying protection reports by recording per-fingerprint conclusions—but it never explicitly states when to use it versus alternatives. The advisory-quorum comment provides useful context about the meaning of results, but the when-to-use guidance is only implicit.

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.

Resources