create_task
Create a new task for execution by AI and human agents through the Tendem MCP server. Submit task descriptions to delegate work and manage completion within MCP-compatible clients.
Instructions
Create a new Tendem task with the given text.
After creation, poll with get_task until status is AWAITING_APPROVAL to see the price (may take up to 10 minutes).
Args: text: The task description/prompt to execute.
Returns: The created task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| status | Yes | ||
| task_id | Yes | ||
| created_at | Yes | ||
| approval_request_info | No |