Skip to main content
Glama

bunny_get_statistics

Read-onlyIdempotent

Retrieve account-wide or per-pull-zone CDN statistics over a date range, including bandwidth, requests, cache hit rate, status codes, and geographic distribution. Choose hourly for granular data.

Instructions

Retrieve account-wide or per-pull-zone CDN statistics over a date range. Returns time-series data for bandwidth, requests, cache hit rate, status codes (3xx/4xx/5xx), and geographic distribution. Use hourly=true for granular data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hourlyNoReturn hourly data points instead of daily
date_toNoEnd date (YYYY-MM-DD or ISO 8601)
date_fromNoStart date (YYYY-MM-DD or ISO 8601)
pull_zoneNoFilter by Pull Zone ID
server_zone_idNoFilter by server zone/region ID
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds behavioral detail by specifying time-series output, the included metrics, and the hourly data option. No contradiction with annotations.

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

Conciseness5/5

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

Three sentences, front-loaded with the core purpose, then returning useful detail about output metrics and granularity. Every sentence earns its place with no filler or 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?

Despite lacking an output schema, the description covers the main things an agent needs: scope, date range, return metrics, and granularity. It does not spell out exact response shape or default date behavior, but the optional parameters and full schema descriptions mitigate that gap.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds extra meaning by framing the tool as account-wide or per-pull-zone, which maps to the pull_zone parameter, and by clarifying that hourly=true produces granular data.

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 states a specific verb ('Retrieve'), a clear resource ('CDN statistics'), and scope ('account-wide or per-pull-zone'). It also lists the returned metric categories, making the tool's purpose concrete and distinguishable from sibling statistics tools like origin errors or billing.

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

Usage Guidelines3/5

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

The description gives useful context: CDN statistics over a date range, with an hourly granularity option. However, it does not explicitly tell the agent when to prefer this tool over related siblings such as bunny_get_mc_app_statistics, bunny_get_origin_errors, or bunny_get_dns_statistics, nor does it state any exclusions.

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/Digitizers/bunny-mcp'

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