Toolhouse · Capability
Toolhouse Schedules Management
Manages Toolhouse cron schedules from Naftiko spec — declares when a Toolhouse agent should fire autonomously and provisions the schedule via the Platform API. Lets Naftiko orchestrate scheduled Toolhouse agent runs as part of the same capability deploy that ships the upstream consume + downstream expose.
What You Can Do
GET
Get agent schedule
—
/agents/{agent_id}/schedule
PUT
Set agent schedule
—
/agents/{agent_id}/schedule
DELETE
Delete agent schedule
—
/agents/{agent_id}/schedule
GET
List scheduled agents
—
/agents/scheduled
MCP Tools
get-agent-schedule
Get the cron schedule (if any) for a Toolhouse agent.
read-only
set-agent-schedule
Set or update the cron schedule for a Toolhouse agent.
delete-agent-schedule
Remove the cron schedule from a Toolhouse agent.
list-scheduled-agents
List all Toolhouse agents that currently have a cron schedule.
read-only