Skip to main content
Glama

DigitalOcean MCP Server

by amranu

search_endpoints

Locate specific DigitalOcean API endpoints using a search query and optional result limit. Part of the DigitalOcean MCP Server, it simplifies API discovery and access.

Instructions

Search for DigitalOcean API endpoints

Input Schema

NameRequiredDescriptionDefault
limitNoLimit number of results
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Limit number of results", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "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