Skip to main content
Glama

jamjet_list_executions

List workflow executions in JamJet with optional status filtering and pagination. Use to find paused executions awaiting approval via jamjet_approve or monitor running workflows. Returns newest executions first.

Instructions

List workflow executions with optional status filtering and pagination. Read-only, no side effects. Use this to find executions that need attention — for example, filter by 'paused' to find executions awaiting approval via jamjet_approve, or filter by 'running' to monitor active workflows. Returns a JSON object with an 'executions' array, where each entry has the same fields as jamjet_get_execution. Results are ordered by creation time (newest first). Supports offset-based pagination via limit and offset parameters. All parameters are optional — calling with no arguments returns the 50 most recent executions across all statuses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of executions to return. Defaults to 50. Use with offset for pagination through large result sets.
offsetNoNumber of executions to skip before returning results. Defaults to 0. Combine with limit for pagination (e.g., offset=50, limit=50 for page 2).
statusNoFilter to a specific status. Allowed values: 'running', 'paused', 'completed', 'failed'. Omit to return all statuses.
tenant_idNoTenant partition to query. Defaults to 'default'. Only executions in this tenant are returned.
Behavior4/5

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

No annotations provided, so description must disclose all behavioral aspects. It correctly states read-only nature, result ordering (newest first), pagination support, and default behavior. Slight deduction for not explicitly mentioning rate limits or any potential side effects (though there are none).

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 6 sentences, front-loaded with purpose and key behavior. Every sentence provides essential information without verbosity. Clearly structured.

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 moderate complexity (4 parameters, no output schema, no annotations), the description fully covers behavior: reading, side-effects, default behavior, ordering, pagination, and usage scenarios. Nothing significant is missing.

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?

Schema coverage is 100%, so baseline is 3. However, the description adds significant value by explaining default behavior for each parameter (e.g., limit defaults to 50, offset defaults to 0, status filtering examples, tenant_id defaults to 'default'), which goes well 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?

The description clearly states it lists workflow executions with optional status filtering and pagination. It specifies read-only behavior and explicitly differentiates from sibling tools like jamjet_approve and jamjet_get_execution.

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?

It provides explicit guidance on when to use: 'find executions that need attention' with examples (filter by 'paused' for awaiting approval, filter by 'running' to monitor active workflows). It also mentions an alternative (jamjet_approve) implicitly through the usage scenario.

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/jamjet-labs/jamjet'

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