Skip to main content
Glama

Get vCDN statistics

get_vcdn_statistics
Read-only

Fetch Video CDN statistics with reports for monthly totals, traffic timeseries, domains, HTTP codes, bandwidth, cache storage, and global HTTP codes. Requires resource ID and date range.

Instructions

Get Video CDN statistics. Reports: 'monthly_totals' — totals for the current month (requires resource_id); 'timeseries' — per-resource stats over start_date..end_date (requires resource_id); 'by_domains' — per-domain stats (requires resource_id and domains); 'top_domains' — top rated domains of a resource (requires resource_id); 'http_codes' — per-resource HTTP code stats (requires resource_id); 'bandwidth' — account bandwidth (optional resource_id filter); 'cache_storage' — cache and storage usage; 'global_http_codes' — account-wide HTTP code stats. Dates in ISO format, e.g. '2026-08-01T00:00:00Z'. start_date and end_date are REQUIRED for every report except monthly_totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportYes
domainsNoDomain names (for by_domains / http_codes reports)
end_dateNoPeriod end, e.g. '2026-08-07T23:59:59Z'
start_dateNoPeriod start, e.g. '2026-08-01T00:00:00Z'
resource_idNovCDN resource ID
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds valuable behavioral context by clarifying that date parameters are mandatory for most reports and providing an ISO date format example. It does not contradict annotations and goes beyond the schema by tying parameter requirements to each report type.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but efficient; each clause carries informative content. It front-loads the primary verb and resource, then lists reports in a structured sentence. It is longer than ideal, but every detail earns its place, covering all report types and requirements without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 report types, 5 parameters, no output schema), the description covers parameter constraints and date formatting effectively. It does not describe the response structure or return values, but the report names are self-explanatory, and with annotations covering safety, the description is sufficiently complete for an AI agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already documents each parameter, the description significantly enhances semantics by mapping specific parameters to each report type. For instance, it specifies that 'by_domains' requires resource_id and domains, and that 'bandwidth' is optional. This mapping is not evident from the schema alone and directly aids correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves Video CDN statistics and enumerates eight specific report types (monthly_totals, timeseries, by_domains, etc.), each with distinct scopes. This specific verb+resource pairing and the detailed report list distinguish it from sibling tools like get_cdn_metrics or list_vcdn_domains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives practical context by specifying which parameters each report requires (e.g., 'monthly_totals' requires resource_id; 'by_domains' requires resource_id and domains) and notes that start_date/end_date are required for all reports except monthly_totals. It does not explicitly name alternatives, but the report-specific guidance serves as clear usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/BlazingCDN/BlazingCDN-MCP'

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