Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_accounts

Retrieve all accounts within a specified Octopus Deploy space, with optional filtering by name, account type, or other parameters to manage access credentials.

Instructions

List accounts in a space

This tool lists all accounts in a given space. The space name is required. You can optionally filter by various parameters like name, account type, etc.

Input Schema

NameRequiredDescriptionDefault
accountTypeNo
idsNo
partialNameNo
skipNo
spaceNameYes
takeNo

Input Schema (JSON Schema)

{ "properties": { "accountType": { "enum": [ "None", "UsernamePassword", "Token", "SshKeyPair", "AzureSubscription", "AzureServicePrincipal", "AzureManagementCertificate", "AzureOidc", "AmazonWebServicesAccount", "AmazonWebServicesOidcAccount", "GoogleCloudAccount", "GenericOidcAccount" ], "type": "string" }, "ids": { "items": { "type": "string" }, "type": "array" }, "partialName": { "type": "string" }, "skip": { "type": "number" }, "spaceName": { "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