Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_spaces

Retrieve all available spaces in your Octopus Deploy instance to verify space existence and access project boundaries before performing operations.

Instructions

List all spaces in the Octopus Deploy instance. Spaces is the main organizational unit in Octopus Deploy, Spaces keep the different projects, infrastructure and tenants completely separate. Spaces typically represent team or project boundary, but not customer boundary (use tenants for those). Always use this tool first to check that the requested space exists.

Input Schema

NameRequiredDescriptionDefault
partialNameNo
skipNo
takeNo

Input Schema (JSON Schema)

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