Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

update_schedule_name_or_comment

Modify the name or comment of a scheduled task using its unique ID on the AYX-MCP-Wrapper server, ensuring accurate task details for streamlined workflow management.

Instructions

Update a schedule name or comment by its ID

Input Schema

NameRequiredDescriptionDefault
commentYes
nameYes
schedule_idYes

Input Schema (JSON Schema)

{ "properties": { "comment": { "title": "Comment", "type": "string" }, "name": { "title": "Name", "type": "string" }, "schedule_id": { "title": "Schedule Id", "type": "string" } }, "required": [ "schedule_id", "name", "comment" ], "title": "update_schedule_name_or_commentArguments", "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