Skip to main content
Glama

Civo MCP Server

disk-images.ts738 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export const LIST_DISK_IMAGES_TOOL: Tool = { name: 'list_disk_images', description: 'List available disk images on Civo', inputSchema: { type: 'object', properties: { region: { type: 'string', description: 'Region identifier', }, }, }, }; export const GET_DISK_IMAGE_TOOL: Tool = { name: 'get_disk_image', description: 'Get details of a specific disk image', inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Disk image ID', }, region: { type: 'string', description: 'Region identifier', }, }, required: ['id'], }, };

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/tao12345666333/civo-mcp'

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