Skip to main content
Glama
burnham

n8n MCP Server (Custom)

by burnham

n8n_create_variable

Create a new environment variable for n8n automation. Specify the key, value, and optional type to store configuration data.

Instructions

Crear una nueva variable de entorno.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesNombre/clave de la variable.
typeNoTipo de variable (opcional, ej: string, number).
valueYesValor de la variable.
Behavior2/5

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

No hay anotaciones que cubran mutabilidad o seguridad, y la descripción no añade transparencia sobre efectos colaterales como el comportamiento ante una clave existente, permisos necesarios o reversibilidad. La única información es que crea una variable, lo cual es insuficiente para un tool de mutación sin anotaciones.

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?

La descripción es una sola frase corta, directa y sin información redundante. Cumple con la concisión deseada y está bien estructurada para su propósito.

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

Completeness3/5

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

Para una herramienta simple con esquema completo, la descripción cubre lo esencial, pero carece de orientación de uso y de detalles sobre comportamiento/permisos. No hay output schema, pero la funcionalidad es básica; aún así, los vacíos en transparencia y uso le restan completitud.

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?

El input schema ya cubre el 100% de los parámetros con descripciones, por lo que la descripción no necesita repetirlos. Sin embargo, no añade ningún matiz adicional sobre los parámetros ni ofrece ejemplos o restricciones semánticas más allá del esquema.

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?

La descripción 'Crear una nueva variable de entorno' especifica un verbo claro ('crear') y un recurso concreto ('variable de entorno'), distinguiéndose de las herramientas hermanas como listar, obtener, actualizar o eliminar variables.

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?

No se indica cuándo usar esta herramienta frente a alternativas (p. ej., listar, actualizar o eliminar), ni se mencionan restricciones, condiciones previas o situaciones en las que convendría otra herramienta. Solo se implica su uso para crear una variable.

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

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