Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_deployment_targets

Retrieve deployment targets (machines) from a specified space with optional filtering by name, roles, health status, and other parameters to identify available infrastructure for deployments.

Instructions

List deployment targets (machines) in a space

This tool lists all deployment targets in a given space. The space name is required. You can optionally filter by various parameters like name, roles, health status, etc.

Input Schema

NameRequiredDescriptionDefault
commStylesNo
deploymentIdNo
deploymentTargetTypesNo
environmentIdsNo
healthStatusesNoPossible values: Healthy, Unhealthy, Unavailable, Unknown, HasWarnings
idsNo
isDisabledNo
nameNo
partialNameNo
rolesNoA list of roles / target tags to filter by.
shellNamesNo
skipNo
spaceNameYes
takeNo
tenantIdsNo
tenantTagsNo
thumbprintNo

Input Schema (JSON Schema)

{ "properties": { "commStyles": { "items": { "type": "string" }, "type": "array" }, "deploymentId": { "type": "string" }, "deploymentTargetTypes": { "items": { "type": "string" }, "type": "array" }, "environmentIds": { "items": { "type": "string" }, "type": "array" }, "healthStatuses": { "description": "Possible values: Healthy, Unhealthy, Unavailable, Unknown, HasWarnings", "items": { "type": "string" }, "type": "array" }, "ids": { "items": { "type": "string" }, "type": "array" }, "isDisabled": { "type": "boolean" }, "name": { "type": "string" }, "partialName": { "type": "string" }, "roles": { "description": "A list of roles / target tags to filter by.", "items": { "type": "string" }, "type": "array" }, "shellNames": { "items": { "type": "string" }, "type": "array" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" }, "tenantIds": { "items": { "type": "string" }, "type": "array" }, "tenantTags": { "items": { "type": "string" }, "type": "array" }, "thumbprint": { "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