Skip to main content
Glama
hifede1

n8n-mcp-server

by hifede1

n8n_list_executions

List recent n8n workflow executions, with optional filters for workflow ID and maximum number of results.

Instructions

Lista las ejecuciones recientes de n8n.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNúmero máximo de ejecuciones a devolver.
api_keyYesAPI key de n8n.
base_urlNo
workflow_idNoFiltrar por ID de workflow.
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It does not disclose authentication requirements (beyond the api_key parameter), pagination behavior, the meaning of 'recent', or any side effects. This is a significant gap for a tool that likely makes external API calls.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no filler. It is efficiently written but somewhat under-specified, sacrificing completeness for brevity.

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?

With 4 parameters, no output schema, and no annotations, the description should provide richer context. It fails to mention return format, filtering options, default limits, or relationship to sibling tools, leaving significant gaps for an AI agent.

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 75%, with limit, api_key, and workflow_id described, but base_url lacks a description. The tool description adds no extra meaning beyond the schema, so it does not compensate for the missing base_url semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Lista las ejecuciones recientes de n8n' clearly states the tool lists recent n8n executions, using a specific verb and resource. It distinguishes from sibling tools like n8n_get_execution by implying multiple results, though it does not explicitly mention alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as n8n_get_execution or n8n_list_workflows. It only states what it does without context for selection.

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/hifede1/n8n-mcp-server'

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