Skip to main content
Glama
verzth

n8n MCP Server

by verzth

List n8n Projects

n8n_list_projects
Read-onlyIdempotent

List all projects in your n8n instance, with optional limit and cursor for pagination.

Instructions

List all projects in the n8n instance.

Args:

  • limit (number): Max results (1-250, default 20)

  • cursor (string?): Pagination cursor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering safety. The description adds pagination behavior via cursor, but does not elaborate on return format or potential edge cases, which is acceptable given the 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?

The description is extremely concise, with a one-sentence purpose followed by a clear parameter list. Every part is necessary and no words are wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list operation with no output schema, the description adequately covers purpose and parameters. The pagination mechanism is explained via the cursor parameter, and the annotations cover safety. It lacks details about returns but this is not critical given the absence of an output schema.

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?

The description adds semantic meaning to both parameters: limit is explained as 'Max results (1-250, default 20)' and cursor as 'Pagination cursor', providing conceptual context beyond the raw schema. This helps the agent understand the pagination model.

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 action ('List all projects') and the resource ('n8n instance'), making it specific and unambiguous. It distinguishes itself from sibling tools like n8n_list_workflows and n8n_list_executions by naming the resource explicitly.

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?

The tool's purpose strongly implies when to use it: whenever a list of projects is needed. However, it does not explicitly provide alternatives or exclusions, leaving the agent to infer usage from the name and context.

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

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