Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_deployment_target

Retrieve detailed information about a specific deployment target using its ID and space name to inspect machine configurations and deployment resources.

Instructions

Get a specific deployment target (machine) by ID

This tool retrieves detailed information about a specific deployment target using its ID. The space name and target ID are both required.

Input Schema

NameRequiredDescriptionDefault
spaceNameYes
targetIdYes

Input Schema (JSON Schema)

{ "properties": { "spaceName": { "type": "string" }, "targetId": { "type": "string" } }, "required": [ "spaceName", "targetId" ], "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