Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_task_raw

Retrieve detailed raw information for a specific server task using its ID and space name to inspect task execution details and diagnose deployment issues.

Instructions

Get raw details for a specific server task by its ID

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