Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_tenants

Retrieve all tenants within a specified Octopus Deploy space, with optional filtering by project, tags, IDs, or name for targeted tenant management.

Instructions

List tenants in a space

This tool lists all tenants in a given space. The space name is required. Optionally provide skip and take parameters for pagination.

Input Schema

NameRequiredDescriptionDefault
idsNoFilter by specific tenant IDs
partialNameNoFilter by partial tenant name match
projectIdNoFilter by specific project ID
skipNo
spaceNameYesThe space name
tagsNoFilter by tenant tags (comma-separated list)
takeNo

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Filter by specific tenant IDs", "items": { "type": "string" }, "type": "array" }, "partialName": { "description": "Filter by partial tenant name match", "type": "string" }, "projectId": { "description": "Filter by specific project ID", "type": "string" }, "skip": { "type": "number" }, "spaceName": { "description": "The space name", "type": "string" }, "tags": { "description": "Filter by tenant tags (comma-separated list)", "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