Skip to main content
Glama
opsec12

n8n-mcp-mini

by opsec12

Check n8n instance connectivity

n8n_health_check

Verify that N8N_API_URL and N8N_API_KEY are set, and ensure the n8n instance is reachable and authenticated.

Instructions

Verify N8N_API_URL/N8N_API_KEY are set and the instance is reachable and authenticated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses that the tool checks environment variable presence, reachability, and authentication, but it does not describe the output format (e.g., success/failure status) or error behavior. This is basic transparency without deeper context.

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 a single sentence with no redundant words. It is front-loaded with the main purpose and is appropriately sized for this simple tool.

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?

Given the tool's simplicity (no parameters, no output schema), the description covers the core behavior. However, it could briefly mention what the tool returns or how results are communicated, but this is not critical for a health check tool.

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?

There are zero parameters in the schema, so the baseline is 4. The description adds valuable context by explicitly naming the environment variables (N8N_API_URL/N8N_API_KEY) that the tool checks, which informs the agent about external dependencies beyond the empty schema.

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 uses a specific verb (Verify) and resource (N8N_API_URL/N8N_API_KEY, instance connectivity/authentication), clearly distinguishing it from sibling workflow/credential tools. It is not a tautology and precisely states what the tool does.

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 description implies the tool is used to check connectivity/auth before other n8n operations, but it does not explicitly say 'use when...' or mention alternatives. Usage context is inferred from the purpose, but no explicit guidance is provided.

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/opsec12/mcp_server'

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