Google Super

GOOGLESUPER_GET_TASK

Use to retrieve a specific Google Task if its `task_id` and parent `tasklist_id` are known.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_TASK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "task_id": {
      "type": "string",
      "title": "Task Id",
      "examples": [
        "MVFfNEN3QUhUSmpZRVk0RQ"
      ],
      "description": "Unique identifier of the Google Task to retrieve."
    },
    "tasklist_id": {
      "type": "string",
      "title": "Tasklist Id",
      "examples": [
        "MDQ1NDcwMTQ0OTQ3MTA4MTQ4MTg6MDow"
      ],
      "description": "Unique identifier of the Google Tasks list containing the task."
    }
  }
}