schedule_tool
Automate task scheduling with options to create, cancel, or list tasks, set delays, recurring intervals, or specific execution times using modular AI-driven automation on the ToolBox MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action type (create/cancel/list) | |
delaySeconds | No | Delay execution by N seconds | |
id | No | Task ID (required for cancel) | |
interval | No | Recurring interval pattern (e.g. 'every@5m') | |
time | No | Absolute execution time (YYYY-MM-DD HH:mm:ss) | |
toolArgs | No | Parameters for the target tool | |
toolName | No | Tool to execute (e.g. 'time_tool') |