read_task
Read a task's full data from Planview Portfolios by providing a task key in key://, search://, or ekey:// format.
Instructions
[LOCAL — SOAP task read by key. For reading tasks with custom attributes by project or task ID, Beta MCP's getTasksByProjectIds or getTasksByTaskIds may be richer.]
Read a task by key using SOAP TaskService.
Reads a task from Planview Portfolios using the SOAP API.
Args: task_key: Task key URI in key://, search://, or ekey:// format
Returns: Dict with task data (full TaskDto2)
Raises: PlanviewValidationError: If task_key is invalid PlanviewNotFoundError: If task is not found PlanviewAuthError: If authentication fails PlanviewError: For other errors
Example: task_key: "key://2/$Plan/12345" or: "ekey://2/namespace/task-1" or: "search://2/$Plan?description=Task Name"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_key | Yes | key://, search://, or ekey:// |