Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_certificate

Retrieve detailed certificate information by ID from Octopus Deploy to inspect certificate properties and verify configuration settings.

Instructions

Get details for a specific certificate by its ID

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

Input Schema

NameRequiredDescriptionDefault
certificateIdYesThe ID of the certificate to retrieve
spaceNameYes

Input Schema (JSON Schema)

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