Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_kubernetes_live_status

Retrieve real-time Kubernetes resource status for specific projects and environments in Octopus Deploy deployments, including multi-tenant support.

Instructions

Get Kubernetes live status for a project and environment

This tool retrieves the live status of Kubernetes resources for a specific project and environment. Optionally include a tenant ID for multi-tenant deployments.

Input Schema

NameRequiredDescriptionDefault
environmentIdYesThe ID of the environment
projectIdYesThe ID of the project
spaceNameYesThe space name
summaryOnlyNoReturn summary information only
tenantIdNoThe ID of the tenant (for multi-tenant deployments)

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "The ID of the environment", "type": "string" }, "projectId": { "description": "The ID of the project", "type": "string" }, "spaceName": { "description": "The space name", "type": "string" }, "summaryOnly": { "description": "Return summary information only", "type": "boolean" }, "tenantId": { "description": "The ID of the tenant (for multi-tenant deployments)", "type": "string" } }, "required": [ "spaceName", "projectId", "environmentId" ], "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