Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_releases

Retrieve all releases within a specified Octopus Deploy space to monitor deployment history and track release versions, with optional pagination support for large datasets.

Instructions

List releases in a space

This tool lists all releases in a given space. The space name is required. Optionally provide skip and take parameters for pagination.

Input Schema

NameRequiredDescriptionDefault
skipNo
spaceNameYesThe space name
takeNo

Input Schema (JSON Schema)

{ "properties": { "skip": { "type": "number" }, "spaceName": { "description": "The space name", "type": "string" }, "take": { "type": "number" } }, "required": [ "spaceName" ], "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