Skip to main content
Glama

n8n_evaluations

Read-only

List evaluation test runs for n8n workflows, view aggregated metrics, and paginate per-case results.

Instructions

Read evaluation test runs for a workflow (read-only). Requires n8n >= 2.30 and an API key created on 2.30+ (testRun scopes). Actions: list_runs=list runs for a workflow, get_run=single run with aggregated metrics, list_cases=per-case results (paginate - cases can be large). Triggering runs via API is not yet supported by n8n.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (1-250). Defaults: n8n server default (100) for list_runs, 20 for list_cases (per-case inputs/outputs can be large)
runIdNoTest run ID (required for action=get_run or action=list_cases)
actionYesOperation: list_runs=list test runs, get_run=run details with metrics, list_cases=per-case results
cursorNoPagination cursor from previous response
statusNoFor action=list_runs: filter by run status
workflowIdYesWorkflow ID the test runs belong to (required)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by detailing the three actions, pagination behavior ('cases can be large', default limits differ), and the unsupported trigger feature. This goes beyond what annotations provide.

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 concise yet comprehensive: first sentence states purpose, then requirements, then actions with brief notes, and ends with a limitation. Every sentence adds value with no redundancy.

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 6 parameters, 3 actions, pagination, and no output schema, the description covers all essential aspects: usage scenarios, version requirements, authentication scopes, action-specific parameter requirements, pagination behavior, and known limitations. An agent can correctly invoke the tool based solely on this description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds extra context: default page sizes (100 for list_runs, 20 for list_cases), that runId is required for get_run/list_cases, and pagination via cursor. It elaborates on the enum values and the purpose of each action 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 the tool's purpose: 'Read evaluation test runs for a workflow (read-only).' It specifies the resource (evaluation test runs) and action (read), distinguishing it from siblings that handle templates, health checks, or deployment.

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

Usage Guidelines4/5

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

The description provides usage context: version requirement (n8n >= 2.30), required API key scopes (testRun), lists three available actions with brief explanations, and notes a limitation (triggering runs not yet supported). It does not explicitly contrast with alternatives but the context is clear.

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

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