Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_release_by_id

Retrieve detailed information about a specific Octopus Deploy release using its unique identifier and space name to access deployment data and configuration details.

Instructions

Get details for a specific release by its ID

Input Schema

NameRequiredDescriptionDefault
releaseIdYesThe ID of the release to retrieve
spaceNameYesThe space name

Input Schema (JSON Schema)

{ "properties": { "releaseId": { "description": "The ID of the release to retrieve", "type": "string" }, "spaceName": { "description": "The space name", "type": "string" } }, "required": [ "spaceName", "releaseId" ], "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