task_add
Create a task by providing a title, description, and repository path, and receive a task ID for tracking.
Instructions
Create a no_human task via POST /api/tasks (source="mcp"). Returns compact JSON {"task_id": str, "source": str} — source is whatever the server actually stored (the "mcp" source is first-class, see module docstring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| repo_path | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |