search_endpoints
Locate specific DigitalOcean API endpoints by entering a search query and optionally setting a result limit. Enhances access to over 471 endpoints via the MCP server, enabling precise filtering and direct API calls with authentication.
Instructions
Search for DigitalOcean API endpoints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Limit number of results | |
query | Yes | Search 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"
}