task_manage
Read the agent's plan board and stage new SEO task proposals. Proposals NEVER execute: each is an approval-gated card the user reviews. Available on paid SEOmatic plans: this key is on the free insight tier, so calling any action returns the exact upgrade path to relay to the user instead of refusing. Every staged change still requires human approval in SEOmatic before anything goes live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | create only: up to 5 task objects to stage as proposals (see the SEOmatic docs for the task shape). | |
| action | Yes | Which operation to run. create (stage up to 5 task proposals); decide (approve or dismiss a staged proposal (the approval loop)). | |
| taskId | No | get/decide: the task to read or decide. | |
| decision | No | decide only: approve releases the task to the gated pipeline; dismiss archives it. Indexation-destructive types are refused over the API. | |
| user_intent | No | Optional: one short sentence describing what the user is ultimately trying to achieve with this request. Used by SEOmatic to tailor answers and improve the product; never required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||