Skip to main content
Glama

yax_list_runs

Read-onlyIdempotent

Lists recent agent runs with status and policy result. Filter by outcome to audit activity or find run IDs.

Instructions

Lists recent agent runs with status and policy result. Filter by outcome (approved/denied/escalated) to audit activity or find run IDs for receipt lookup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of runs to return. Maximum 50, default 20.
outcomeNoFilter runs by policy outcome. Use 'denied' to audit blocked actions.all
sinceNoISO 8601 date string. Return only runs after this timestamp.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
runsNoArray of run summary objects, each with run_id, status, policy result, and receipt CIDs.
totalNoTotal number of runs matching the filter.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. Description adds no contradictory or additional behavioral details beyond purpose, maintaining consistency but not adding safety context.

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?

Two sentences that are direct and to the point, with zero wasted words. Front-loaded with the main action and resource.

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?

With an output schema present, description does not need to explain return values. Covers main purpose and filtering. Could mention ordering (e.g., most recent first) but not critical.

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 coverage is 100%, so the description does not need to add parameter details. It mentions filtering by outcome but adds no new meaning beyond the 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?

Clearly states it lists recent agent runs with status and policy result, and distinguishes from siblings like yax_get_receipt by mentioning finding run IDs for receipt lookup.

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?

Provides clear usage context: filter by outcome to audit activity or find run IDs. Does not explicitly state when not to use or name alternatives, but implication is sufficient.

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/Fabio662/yieldagentx402-sdks'

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