Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_deployments

List deployments in an Octopus Deploy space with optional filters for projects, environments, tenants, channels, and task states to monitor deployment status and history.

Instructions

List deployments in a space

This tool lists deployments in a given space. The space name is required. When requesting latest deployment consider which deployment state the user is interested in (successful or all). Optional filters include: projects (array of project IDs), environments (array of environment IDs), tenants (array of tenant IDs), channels (array of channel IDs), taskState (one of: Canceled, Cancelling, Executing, Failed, Queued, Success, TimedOut), and take (number of results to return).

Input Schema

NameRequiredDescriptionDefault
channelsNo
environmentsNo
projectsNo
skipNo
spaceNameYes
takeNo
taskStateNo
tenantsNo

Input Schema (JSON Schema)

{ "properties": { "channels": { "items": { "type": "string" }, "type": "array" }, "environments": { "items": { "type": "string" }, "type": "array" }, "projects": { "items": { "type": "string" }, "type": "array" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" }, "taskState": { "enum": [ "Canceled", "Cancelling", "Executing", "Failed", "Queued", "Success", "TimedOut" ], "type": "string" }, "tenants": { "items": { "type": "string" }, "type": "array" } }, "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