Skip to main content
Glama

human_attestation_list

Read-only

List durable attestation records (newest first) and filter by subject ID, type, or status. Use this read-only endpoint to inspect attestation history without making changes.

Instructions

List durable attestation records (newest first), optionally filtered by subject_id / subject_type / status. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
app_idYes
statusNo
subject_idNo
subject_typeNo
Behavior4/5

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

Beyond the read-only annotation, the description adds sorting order ('newest first') and filter options, giving useful behavioral details. It does not mention return format or error handling, but these are not critical for a read-only list operation.

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?

One concise sentence that fully conveys the tool's purpose and key options without redundancy. Well-structured and easy to parse.

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 the annotations (read-only) and schema, the description adequately covers the core functionality. It lacks explicit differentiation from sibling list tools, but the context of 'attestation records' is clear. The missing app_id/limit semantics slightly detract, but overall enough for an agent to use 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?

The description explicitly explains the filtering behavior for subject_id, subject_type, and status, but does not clarify the semantics of app_id (required) or limit (pagination). Since the schema provides no descriptions, there is a gap for these two parameters.

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 action (list), the resource (attestation records), and optional filters. Distinguishes itself from sibling tools like human_attestation_create (creation) and human_required_list (different resource type).

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

Usage Guidelines4/5

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

Implicitly indicates when to use (for listing attestations) but does not explicitly contrast with alternative list tools. However, the descriptive filters and 'newest first' orientation provide enough guidance for typical usage.

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

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