get_endpoint_details
Retrieve comprehensive details for a specific DigitalOcean API endpoint using its operation ID, enabling precise API integration and management via the MCP server.
Instructions
Get detailed information about a specific endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operationId | Yes | Operation ID of the endpoint |
Input Schema (JSON Schema)
{
"properties": {
"operationId": {
"description": "Operation ID of the endpoint",
"type": "string"
}
},
"required": [
"operationId"
],
"type": "object"
}