Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_task_details

Retrieve detailed information about specific Octopus Deploy server tasks using their unique ID. Monitor deployment progress, health checks, and system maintenance operations to track task status and execution details.

Instructions

Get detailed information 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