Skip to main content
Glama

Vultr MCP

by rsp2k

analyze_cdn_performance

Analyze CDN zone performance metrics including cache hit ratio and bandwidth usage over a specified period to identify optimization opportunities.

Instructions

Analyze CDN zone performance over the specified period. Smart identifier resolution: use origin domain, CDN domain, or UUID.

Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID days: Number of days to analyze (default: 7)

Returns: Performance analysis including cache hit ratio, bandwidth usage, and recommendations

Input Schema

NameRequiredDescriptionDefault
daysNo
zone_identifierYes

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 7, "title": "Days", "type": "integer" }, "zone_identifier": { "title": "Zone Identifier", "type": "string" } }, "required": [ "zone_identifier" ], "type": "object" }

Other Tools from Vultr MCP

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/rsp2k/mcp-vultr'

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