Skip to main content
Glama

list_function_runs

List durable runs for a function with filters for status, event type, time window, and pagination.

Instructions

List durable runs for a function, filterable by status, event_type, time window, limit, and cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFunction name
limitNoMaximum runs to return (max 100).
sinceNoOnly include runs created/updated at or after this ISO timestamp or epoch ms.
untilNoOnly include runs created/updated before this ISO timestamp or epoch ms.
cursorNoPagination cursor returned by a prior list call.
statusNoFilter by run status
event_typeNoFilter by event type
project_idYesThe project ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the basic action and filters, without disclosing behavioral traits like read-only nature, pagination behavior, ordering, or rate limits. This is minimal for a list tool.

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 a single, clear sentence that front-loads the main action and key features. There is no unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema or annotations exist, yet the description does not explain return format, pagination details, or default behavior. For a list tool, this leaves significant gaps in completeness.

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 description coverage is 100%, so the baseline is 3. The description adds minimal extra meaning (e.g., 'durable runs'), but mostly repeats filterable aspects already in schema. It does not provide additional semantic context beyond what is available.

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 'list' and the resource 'durable runs for a function', and lists filterable parameters. It distinguishes from sibling tools like 'get_function_run' (single run) and 'list_functions' (functions, not runs).

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?

The description implies when to use (to list runs for a function) and specifies filter options. However, it does not explicitly exclude cases or contrast with other tools, but the context is clear enough for an agent.

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/kychee-com/run402'

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