Skip to main content
Glama

request_quick_audit

Request an audit for a new AI agent without existing reviews. Get a future scorecard URL and ETA for a verdict backed by signed evidence.

Instructions

Request that Hlido audit a NEW AI agent that has no review yet. Use this when trust_check or get_scorecard returns no_review_found and you need a verdict before delegating to the unknown agent. Returns a future scorecard URL + ETA. Free-tier rate-limited (5/day per anonymous, 50/day per identified). The audit produces signed evidence + claim verification within ~24h (sooner if founder triggers manually).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesHomepage or product URL of the agent to audit
nameNoOptional human-readable name (we'll derive from URL if missing)
whyNoOptional one-liner: why are you considering this agent? helps us prioritize
requesterNoOptional self-identifier — agent name, email, or session id — for rate-limiting + follow-up

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavior: it returns a future scorecard URL + ETA, has rate limits (5/day anonymous, 50/day identified), and produces signed evidence + claim verification within ~24h (sooner if founder triggers manually). This gives the agent a thorough understanding of expected service 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 compact and well-structured: purpose is stated first, followed by usage trigger, return value, rate limits, and timeline. Each sentence provides high-value information without redundancy.

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?

The tool is well-documented: it covers what it does, when to use it, what returns (URL+ETA), limitations (rate limits), and process (signed evidence, timeline). Given no output schema, the description adequately explains the return expectations. All necessary context is present.

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%, as every parameter (url, why, name, requester) has a description. The tool description does not add additional parameter semantics beyond the schema, so 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 clearly states the action ('Request that Hlido audit'), the resource ('a NEW AI agent that has no review yet'), and the context (no_review_found from trust_check or get_scorecard). It distinguishes itself from sibling tools by targeting new agents without existing reviews.

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?

Explicitly instructs when to use: 'Use this when trust_check or get_scorecard returns no_review_found and you need a verdict before delegating to the unknown agent.' This provides a clear trigger and purpose, differentiating from alternatives without needing to name them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.