cloudtasks-mcp
0
Cloud Tasks MCP Server is a Model Context Protocol server tailored for managing Google Cloud Tasks. It offers functionalities such as listing, pausing, and resuming queues and tasks, providing a comprehensive way to interact with Cloud Tasks on the Google Cloud Platform.
listQueues
List all Cloud Tasks queues in the specified location
getQueue
Get details for a specific Cloud Tasks queue
pauseQueue
Pause a Cloud Tasks queue
resumeQueue
Recover a suspended Cloud Tasks queue
listTasks
List tasks in the Cloud Tasks queue
getTask
Get detailed information about specific tasks in the Cloud Tasks queue
deleteTask
Delete a task from the Cloud Tasks queue