schedule_tool
Create, cancel, or list scheduled tasks for executing other tools on the ToolBox MCP Server. Specify execution time, delays, or recurring intervals to automate workflows efficiently.
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') |