Skip to main content
Glama

n8n MCP Server

by get2knowio

create_variable

Create a new variable in n8n workflows by providing a unique key and value, enabling dynamic data storage and management for workflow automation.

Instructions

Create a new variable (requires unique key)

Input Schema

NameRequiredDescriptionDefault
keyYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "type": "object" }

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

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