Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

remove_schedule_from_collection

Remove a schedule from a collection by specifying the collection and schedule IDs using the MCP server. Simplifies management of workflows and schedules in Alteryx.

Instructions

Remove a schedule from a collection by its ID

Input Schema

NameRequiredDescriptionDefault
collection_idYes
schedule_idYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" }, "schedule_id": { "title": "Schedule Id", "type": "string" } }, "required": [ "collection_id", "schedule_id" ], "title": "remove_schedule_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