Skip to main content
Glama

mcp-n8n-builder

list_executions

Monitor and filter workflow execution history by status, duration, and timestamps with this tool. Identify errors, verify success, and analyze performance data using workflow ID or custom filters. Retrieve concise or detailed execution results as needed.

Instructions

Lists workflow execution history with details on success/failure status, duration, and timestamps. Use this tool to monitor workflow performance, troubleshoot issues, or verify that workflows are running as expected. Results can be filtered by workflow ID, status, and limited to a specific number.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of executions to return - useful for workflows with many executions
statusNoFilter by execution status (error, success, waiting)
verbosityNoOutput verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete execution details.
workflowIdNoFilter executions by workflow ID - can be obtained from list_workflows

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of executions to return - useful for workflows with many executions", "type": "number" }, "status": { "description": "Filter by execution status (error, success, waiting)", "enum": [ "error", "success", "waiting" ], "type": "string" }, "verbosity": { "description": "Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete execution details.", "enum": [ "concise", "full" ], "type": "string" }, "workflowId": { "description": "Filter executions by workflow ID - can be obtained from list_workflows", "type": "string" } }, "type": "object" }

Other Tools from mcp-n8n-builder

Related Tools

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/spences10/mcp-n8n-builder'

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