name: potato:get-task description: "Use this skill to retrieve details of a specific task by its ID. Returns the task's description, status, comments, and other metadata."
Getting Task Details
Use the get_task MCP tool to retrieve details of a specific task within the current ticket.
Using get_task
get_task({
taskId: "task1",
});
The tool returns the full task object including:
id- The task identifierdescription- What the task involvesstatus- Current status (pending, in_progress, completed, failed)comments- Array of comments on the taskcreatedAt- When the task was createdupdatedAt- When the task was last modified