Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_tenant_by_id

Retrieve detailed information about a specific Octopus Deploy tenant using its unique identifier to manage customer-specific deployments, configurations, and logical groupings.

Instructions

Get details for a specific tenant by its ID. Tenants represent customers or clients in Octopus Deploy, allowing you to manage deployments and configurations specific to each tenant. Tenants can be grouped into tenant tags for easier management and deployment targeting. Tenants can also represent geographical locations, organizational units, or any other logical grouping.

Input Schema

NameRequiredDescriptionDefault
spaceNameYesThe space name
tenantIdYesThe ID of the tenant to retrieve

Input Schema (JSON Schema)

{ "properties": { "spaceName": { "description": "The space name", "type": "string" }, "tenantId": { "description": "The ID of the tenant to retrieve", "type": "string" } }, "required": [ "spaceName", "tenantId" ], "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