Schedule a recurring task that runs on our servers
create_taskCreate a task that runs on a schedule in our cloud — you do not keep anything running. It only notifies you when the result actually changes. Kinds: watch_page (Watch a web page and report when its content changes); daily_answer (Re-run a web-researched question on a schedule and report when the answer changes); watch_reachability (Track whether a site stays reachable from mainland China); pipeline (Run one of your production lines (create_pipeline) on a schedule; every run leaves a proof-carrying work order). Needs a workspace token (?w=ws_... on your MCP URL) so you can manage it later. Application and model calls are subsidized during the free beta; your charge is $0.00 and capacity limits apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | watch_page | daily_answer | watch_reachability | pipeline | |
| input | Yes | The URL to watch, or the question to re-research. | |
| notify_url | No | Optional https webhook to POST results to when they change. | |
| interval_seconds | No | How often to run. Minimum 900 (15 min), default 3600. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||