Skip to main content
Glama

DigitalOcean MCP Server

by amranu

call_digitalocean_api

Call specific DigitalOcean API endpoints by specifying the operation ID and parameters, enabling direct interaction with DigitalOcean services through the DigitalOcean MCP Server.

Instructions

Call a DigitalOcean API endpoint

Input Schema

NameRequiredDescriptionDefault
operationIdYesOperation ID of the endpoint to call
parametersNoParameters for the API call

Input Schema (JSON Schema)

{ "properties": { "operationId": { "description": "Operation ID of the endpoint to call", "type": "string" }, "parameters": { "additionalProperties": true, "description": "Parameters for the API call", "type": "object" } }, "required": [ "operationId" ], "type": "object" }

You must be authenticated.

Other Tools from DigitalOcean MCP Server

Related Tools

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/amranu/digitalocean-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server