get_task
Retrieve detailed information about a specific task by providing its unique ID using the get_task tool on the goodday-mcp server, facilitating secure and efficient task management.
Instructions
Get details of a specific task.
Args: task_id: The ID of the task to retrieve
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"title": "get_taskArguments",
"type": "object"
}