Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

remove_workflow_from_collection

Eliminate a specific workflow from a collection by providing the collection ID and workflow ID, ensuring efficient management of Alteryx server resources.

Instructions

Remove a workflow from 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": "remove_workflow_from_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