get-task-by-id
Retrieve a specific task by its ID for your Redis Cloud account using the Redis Cloud API MCP Server to manage and monitor task status and details efficiently.
Instructions
Get a task by ID for the current Cloud Redis account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | Task ID |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "Task ID",
"minLength": 1,
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}