Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

add_workflow_to_collection

Associate a workflow with a specific collection by providing the workflow ID and collection ID. Simplify organization and management of workflows on AYX-MCP-Wrapper.

Instructions

Add a workflow to a collection by its ID

Input Schema

NameRequiredDescriptionDefault
collection_idYes
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" }, "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "collection_id", "workflow_id" ], "title": "add_workflow_to_collectionArguments", "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/jupiterbak/AYX-MCP-Wrapper'

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