Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_certificates

Retrieve and filter certificates within a specific Octopus Deploy space to manage security credentials and access configurations.

Instructions

List certificates in a space

This tool lists all certificates in a given space. The space name is required. You can optionally filter by various parameters like name, archived status, tenant, etc.

Input Schema

NameRequiredDescriptionDefault
archivedNo
firstResultNo
idsNo
orderByNo
partialNameNo
searchNo
skipNo
spaceNameYes
takeNo
tenantNo

Input Schema (JSON Schema)

{ "properties": { "archived": { "type": "boolean" }, "firstResult": { "type": "number" }, "ids": { "items": { "type": "string" }, "type": "array" }, "orderBy": { "type": "string" }, "partialName": { "type": "string" }, "search": { "type": "string" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" }, "tenant": { "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