get_task_raw_output
Retrieves raw output from a completed task as plain text for LLM analysis. Accepts project and task IDs to fetch the result.
Instructions
Get raw output from a completed task for LLM analysis.
Args: project_id: ID of the project task_id: ID of the task
Returns: Raw task output as plain text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |