Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_deployment_process

Retrieve deployment process details by ID to inspect project deployment workflows, steps, and actions for troubleshooting and analysis.

Instructions

Get deployment process by ID

This tool retrieves a deployment process by its ID. Each project has a deployment process attached, and releases/deployments can also have frozen processes attached.

Input Schema

NameRequiredDescriptionDefault
branchNameNoOptional branch name to get the deployment process for a specific branch (if using version controlled projects). Try `main` or `master` if unsure.
includeDetailsNoInclude detailed properties for steps and actions. Defaults to false.
processIdNoThe ID of the deployment process to retrieve. If not provided, the deployment process for the project will be retrieved.
projectIdNoThe ID of the project to retrieve the deployment process for. If processId is not provided, this parameter is required.
spaceNameYes

Input Schema (JSON Schema)

{ "properties": { "branchName": { "description": "Optional branch name to get the deployment process for a specific branch (if using version controlled projects). Try `main` or `master` if unsure.", "type": "string" }, "includeDetails": { "default": false, "description": "Include detailed properties for steps and actions. Defaults to false.", "type": "boolean" }, "processId": { "description": "The ID of the deployment process to retrieve. If not provided, the deployment process for the project will be retrieved.", "type": "string" }, "projectId": { "description": "The ID of the project to retrieve the deployment process for. If processId is not provided, this parameter is required.", "type": "string" }, "spaceName": { "type": "string" } }, "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