Skip to main content
Glama

list_trigger_executions

Read-onlyIdempotent

Retrieve paginated execution history for a trigger, showing status, durations, and token usage to monitor performance.

Instructions

Lista execuções de um trigger com paginação. Retorna histórico de execuções incluindo status, tempos e tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimite de resultados (default: 20, max: 100)
offsetNoOffset para paginação
trigger_idYesUUID do trigger
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds context by noting that the tool returns execution history with status, times, and tokens, but it does not disclose ordering, default pagination behavior, or any other behavioral nuance 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?

The description is two short sentences with no filler. The main action is front-loaded, and each sentence adds relevant information: first the operation, then the returned fields.

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?

For a straightforward paginated list tool with rich annotations, full schema coverage, and no output schema, the description is nearly complete. It identifies required trigger_id, pagination, and the nature of the returned history, though a bit more detail about the output shape or default ordering could push it higher.

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 schema fully documents trigger_id, limit, and offset. The description mentions pagination generically, which matches limit/offset, but it does not add detail beyond what the input schema already provides. Baseline 3 is appropriate.

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 states a specific verb ('Lista'), a resource ('execuções de um trigger'), and the scope (historical executions with status, times, and tokens). It clearly differentiates from siblings like get_trigger_execution by indicating this is a paginated list operation rather than a single-item fetch.

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?

The description implies the tool is used to retrieve paginated trigger execution history, but it does not explicitly state when to prefer it over related tools such as get_trigger_execution or get_execution_trace. There are no exclusions or alternative routing instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/zihin-ai/zihin-mcp'

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