Skip to main content
Glama

n8n Workflow Builder MCP Server

get_execution

Retrieve specific execution details by ID in the n8n Workflow Builder MCP Server to monitor and manage workflow executions effectively.

Instructions

Get details of a specific execution by ID

Input Schema

NameRequiredDescriptionDefault
idYes
includeDataNo

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "number" }, "includeData": { "type": "boolean" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from n8n Workflow Builder MCP Server

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/makafeli/n8n-workflow-builder'

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