Skip to main content
Glama

human_attestation_create

Create a durable attestation, rejection, or change-request record for a subject, binding the decision to the caller's identity and flagging human-orchestrated attestations.

Instructions

Create a durable attestation/rejection/change-request record for a subject (knowledge_atom | edge | queue_item | external_review | other; status attested | rejected | needs_changes).

The attester is the CALLING identity — there is deliberately no attested_by parameter, so no caller can forge a record in another's name. by_human is set from whether the caller is the attested human-orchestrator seat — the server's WILLOW_HUMAN_ORCHESTRATOR env in stdio, the confirmed OAuth binding in serve — never from the app_id string alone; only a by_human record satisfies has_attestation(require_human=True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes
statusNoattested
statementNo
subject_idYes
evidence_refNo
subject_typeNoknowledge_atom
Behavior5/5

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

No annotations are present, so the description carries the full burden. It discloses that the attester is the calling identity, that no attested_by parameter exists to prevent forgery, and that by_human is derived from server-side state (env or OAuth binding), not app_id. This is critical behavioral/security context beyond the schema.

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?

Three dense sentences with front-loaded purpose; the technical identity constraints earn their place. No fluff or redundancy.

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?

Despite 6 params and no output schema, the description thoroughly covers the unusual by_human and attestation identity behavior, which is the main complexity. It is somewhat incomplete on parameter semantics and alternative-tool guidance, but adequate for safe invocation.

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

Parameters2/5

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

Schema coverage is 0%, but description enumerates valid subject_type values and status values, adding meaning beyond the schema defaults. However, it doesn't explain app_id, subject_id, statement, or evidence_ref semantics, leaving required parameters under-specified. Only partial compensation for the lack of schema descriptions.

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?

States it creates a durable attestation/rejection/change-request record for a subject, with specific subject types and statuses. This clearly distinguishes from sibling human_attestation_list and other tools.

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?

No explicit when-to-use or alternative guidance is provided. The description implies the tool is for creating attestation records, but it doesn't mention using human_attestation_list to read or human_required_* for human review workflows. Clear context exists but no exclusions or alternatives.

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/rudi193-cmd/willow-mcp'

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