task_add
Create a no_human task by sending a title, description, and repository path to the API, returning a compact JSON with task ID and source.
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 |