Skip to main content
Glama

Get Bandwidth Analytics

kinsta_analytics_bandwidth
Read-onlyIdempotent

Retrieve bandwidth usage analytics for a Kinsta environment. Specify environment ID and optional date range or time span to return traffic data.

Instructions

Get bandwidth analytics for an environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoCustom end date (YYYY-MM-DD)
fromNoCustom start date (YYYY-MM-DD)
env_idYesThe environment ID
time_spanNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and idempotentHint=true, covering the safety profile. The description 'Get bandwidth analytics' is consistent with those annotations and adds no behavioral context beyond them, which is acceptable given the annotation coverage. No contradiction.

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?

A single short sentence with zero filler, front-loaded with the essential action. Nothing is wasted.

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

Completeness3/5

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

It is a simple read-only query tool with no output schema, so the description need not explain return values. However, it could usefully mention the time_span options or the from/to date-range behavior, and it fails to disambiguate from the sibling bandwidth-usage tool. Adequate but minimal.

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

Parameters3/5

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

Schema coverage is 75% (env_id, to, from documented; time_span lacks a description). The description adds nothing about parameters beyond the schema, and does not explain the time_span enum options or the relationship between from/to and time_span. With coverage in the mid-range, baseline 3 is fair.

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

Purpose4/5

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

States a specific verb ('Get') plus resource ('bandwidth analytics') plus scope ('for an environment'). Clear and unambiguous on its own, but it does not differentiate from very similar siblings like kinsta_analytics_bandwidth-usage, kinsta_analytics_cdn-bandwidth, or kinsta_analytics_cdn-bandwidth-usage, so an agent cannot tell which bandwidth metric it is getting.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus the many analytics siblings. Given kinsta_analytics_bandwidth-usage exists (nearly identical name), there is zero disambiguation about which returns raw bandwidth vs. usage, or how CDN bandwidth differs. An agent must guess.

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

Deploy Server

Other Tools