Skip to main content
Glama

MCP-Creator-MCP

save_workflow

Store and organize creation workflows for reuse by specifying name, description, and steps, enabling efficient implementation of MCP server configurations.

Instructions

Save a creation workflow for reuse. Args: name: Workflow name description: Workflow description steps: list of workflow steps Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
descriptionYes
nameYes
stepsYes

Input Schema (JSON Schema)

{ "properties": { "description": { "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "steps": { "items": { "additionalProperties": true, "type": "object" }, "title": "Steps", "type": "array" } }, "required": [ "name", "description", "steps" ], "title": "save_workflowArguments", "type": "object" }
Install Server

Other Tools from MCP-Creator-MCP

Related Tools

    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/angrysky56/mcp-creator-mcp'

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