Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_environments

Retrieve all configured environments in a specified space to understand available deployment targets and infrastructure setup.

Instructions

List environments in a space

This tool lists all environments in a given space. The space name is required. Use this tool as early as possible to understand which environments are configured. Optionally filter by partial name match using partialName parameter.

Input Schema

NameRequiredDescriptionDefault
partialNameNo
skipNo
spaceNameYes
takeNo

Input Schema (JSON Schema)

{ "properties": { "partialName": { "type": "string" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" } }, "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