Skip to main content
Glama

McFlow

create_module

Generate reusable code modules in JavaScript or Python for cross-workflow automation and integration in n8n environments.

Instructions

Create a shared code module that can be used across workflows

Input Schema

NameRequiredDescriptionDefault
languageYesProgramming language for the module
nameYesName of the shared module

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Programming language for the module", "enum": [ "javascript", "python" ], "type": "string" }, "name": { "description": "Name of the shared module", "type": "string" } }, "required": [ "name", "language" ], "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/mckinleymedia/mcflow-mcp'

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