Skip to main content
Glama

n8n_list_workflows

Read-onlyIdempotent

List workflows and retrieve minimal metadata: id, name, active status, dates, tags. Use cursor for pagination when needed.

Instructions

List workflows (minimal metadata only). Returns id/name/active/dates/tags. Check hasMore/nextCursor for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of workflows to return (1-100, default: 100)
cursorNoPagination cursor from previous response
activeNoFilter by active status
tagsNoFilter by tags (exact match)
projectIdNoFilter by project ID (enterprise feature)
excludePinnedDataNoExclude pinned data from response (default: true)
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint. Description adds return field description, pagination mechanism, and scope (minimal metadata), which provides useful context beyond annotations.

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?

Three sentences: one for purpose, one for return fields, one for pagination. Front-loaded and every sentence adds value. No fluff.

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?

For a read-only list tool with full schema coverage and safety annotations, the description adequately covers purpose, return values, and pagination. No output schema needed as return fields are listed.

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?

Input schema has 100% coverage with descriptions for all parameters. Description does not add additional meaning or usage context for parameters; it only references pagination in the return context. Baseline score of 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?

Description clearly states 'List workflows' and specifies returned fields (id/name/active/dates/tags). Distinguishes from sibling n8n_get_workflow by noting 'minimal metadata only'.

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?

Implies that this tool is for minimal metadata and that pagination is available, but does not explicitly state when to use this vs n8n_get_workflow for full details, nor mention any exclusions.

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