Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_missing_tenant_variables

Identify tenant variables with missing values in Octopus Deploy. Filter results by tenant, project, or environment to resolve configuration gaps.

Instructions

Get missing tenant variables

This tool retrieves tenant variables that are missing values. Optionally filter by tenant, project, or environment.

Input Schema

NameRequiredDescriptionDefault
environmentIdNoFilter by specific environment ID
includeDetailsNoInclude detailed information about missing variables
projectIdNoFilter by specific project ID
spaceNameYesThe space name
tenantIdNoFilter by specific tenant ID

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Filter by specific environment ID", "type": "string" }, "includeDetails": { "description": "Include detailed information about missing variables", "type": "boolean" }, "projectId": { "description": "Filter by specific project ID", "type": "string" }, "spaceName": { "description": "The space name", "type": "string" }, "tenantId": { "description": "Filter by specific tenant ID", "type": "string" } }, "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