Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_releases_for_project

Retrieve all releases for a specific project in Octopus Deploy to track deployment history, monitor version changes, and manage release pipelines.

Instructions

List releases for a specific project

This tool lists all releases for a given project in a space. The space name and project ID are required. Optionally provide skip, take, and searchByVersion parameters.

Input Schema

NameRequiredDescriptionDefault
projectIdYes
searchByVersionNoSearch releases by version string
skipNo
spaceNameYes
takeNo

Input Schema (JSON Schema)

{ "properties": { "projectId": { "type": "string" }, "searchByVersion": { "description": "Search releases by version string", "type": "string" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" } }, "required": [ "spaceName", "projectId" ], "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