Skip to main content
Glama

audit_task

Audits task outputs by verifying files, cross-referencing agent claims, and flagging unverified releases. Returns evidence-backed failures and manual-verification items, writes review.

Instructions

Independently audit a task's outputs. Verifies status, result.md, test.log, git.diff, repo_path consistency, cross-references agent claims with package.json scripts, and flags unverified release/publish claims. Evidence-backed failures, possible heuristic false positives, and manual-verification items are returned separately. Writes independent-review.md to the task directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask ID to audit
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses key behaviors: writes independent-review.md, returns evidence-backed failures, highlights possible heuristic false positives, and separates manual-verification items. Does not mention auth or rate limits, but behavior is well-covered.

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?

Description is concise with front-loaded action ('Independently audit a task's outputs'). Each sentence adds value, though minor redundancy in listing checks could be tightened.

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?

Given task complexity and no output schema, the description sufficiently explains the tool's behavior and output. Covers what is checked and how results are structured, leaving little ambiguity for the agent.

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 has 100% description coverage for the single parameter ('Task ID to audit'). Description adds no further meaning beyond schema; baseline 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?

Clearly states the tool independently audits a task's outputs with specific checks (status, result.md, test.log, etc.) and produces independent-review.md. Distinguishes from siblings like 'diagnose_task' by its comprehensive verification scope.

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?

Describes what the tool does ('Independently audit a task's outputs') but does not explicitly state when to use it over alternatives like 'diagnose_task' or 'safe_audit'. No when-not guidance or prerequisites.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiezeng2004-design/PatchWarden'

If you have feedback or need assistance with the MCP directory API, please join our Discord server