Skip to main content
Glama

task_update_verification

Update task passport verification status with a verdict backed by evidence to progress or reset the task lifecycle.

Instructions

Update the current Task Passport verification state. A final verdict (passed, failed, or accepted) moves the task lifecycle to verifying; pending or unknown returns it to active. Call after attach_evidence so the verdict is evidence-backed; identical repeated calls are no-ops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoVerification status to set.
summaryNoShort summary of what was verified and how.
evidenceNoEvidence ids from attach_evidence backing this verdict.
Behavior4/5

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

With no annotations, the description discloses idempotency (no-ops on repeated calls) and lifecycle state transitions. It provides key behavioral details beyond the schema, though it does not cover authorization or side effects. Still, it is reasonably transparent.

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 concise with three sentences, each adding essential information. The primary purpose and effect are stated first, followed by lifecycle details and usage guidance. No superfluous content.

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?

Given the tool's simplicity (3 parameters, no output schema), the description covers the essential aspects: purpose, lifecycle effect, usage order, and idempotency. It is complete enough for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the schema's parameter descriptions. For the 'status' parameter, it explains the lifecycle impact of each enum value. It also implies that 'evidence' should contain IDs from attach_evidence, enhancing understanding of how to use the parameters correctly.

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 verb 'update' and the specific resource 'current Task Passport verification state'. It distinguishes the tool from siblings like attach_evidence and task_update by noting the lifecycle transition and the requirement to call it after attach_evidence.

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 advises to call after attach_evidence and explains the lifecycle effects for different verdicts. It also notes that identical repeated calls are no-ops, providing clear usage context without ambiguity.

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/ihorponom/agentpack'

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