Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_task_by_id

Retrieve detailed information about a specific server task using its unique ID to monitor deployment progress, health checks, or system maintenance operations in Octopus Deploy.

Instructions

Get details for a specific server task by its ID. Tasks represent background operations in Octopus Deploy, such as deployments, health checks, and system maintenance. Each task has a unique ID and can be monitored for status and progress.

Input Schema

NameRequiredDescriptionDefault
spaceNameYes
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "spaceName": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "spaceName", "taskId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OctopusDeploy/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server