Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_account

Retrieve detailed account information by providing the space name and account ID to access specific account data within Octopus Deploy instances.

Instructions

Get details for a specific account by its ID

This tool retrieves detailed information about a specific account using its ID. The space name and account ID are both required.

Input Schema

NameRequiredDescriptionDefault
accountIdYesThe ID of the account to retrieve
spaceNameYes

Input Schema (JSON Schema)

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