Skip to main content
Glama
ionos-cloud

IONOS CLOUD MCP Server

Official

list_billing_utilization_by_period

Retrieve per-resource billing utilization for a specific month. Specify contract number and period (YYYY-MM) to get resource-level usage data.

Instructions

Get per-resource utilization for a specific billing period (YYYY-MM). One month per call. If the user requests a range longer than one month, calculate the number of monthly calls required, inform the user, and ask for permission before proceeding. Same compaction flags as list_billing_utilization (include_zero, group_by, datacenter_id, meter_types, regions, top_n). For contracts with many datacenters, scope with regions, datacenter_id, or meter_types — or set top_n=10 for a flat global top-N list — before group_by=datacenter to keep the response under 25 KB. For FOCUS v1.3 compliant output, read resource ionos://billing/focus-v1.3.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractYescontract number from get_billing_profile
periodYesbilling period in YYYY-MM format (e.g. 2026-04). Maximum one month per request — for wider ranges call once per month
include_zeroNoinclude meters with quantity 0 (default false)
group_byNoaggregation level: omitted or '' = per-resource (default), 'meter' = sum per SKU per datacenter, 'datacenter' = sum per type per datacenter
datacenter_idNoscope to a single datacenter (VDC UUID)
meter_typesNofilter to these meter type categories only (client-side); e.g. ['DBAAS','DNS','SERVER']
regionsNofilter to these regions only (client-side); e.g. ['de/fra']
top_nNoreturn only the N largest meters globally, sorted by quantity desc (flat list, datacenters[] omitted). When combined with group_by='datacenter', top_meters[] rows have no meter_id
Behavior4/5

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

No annotations provided, so description handles full burden. Discloses single-month call limit, response size constraint, and effect of top_n with group_by. Does not explicitly state authentication/permissions, but as a read operation that's acceptable. Adds value beyond basic read hint.

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?

Three sentences, front-loaded with purpose. Each sentence provides distinct value (behavior, procedure, optimization tips). Slightly dense third sentence but still clear.

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?

Covers key usage patterns, constraints, and reference to FOCUS v1.3. With 8 parameters and no output schema, description addresses response size and filtering strategies. Could mention typical response format but not critical for selection.

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 baseline is 3. Description adds significant context: period constraint, range handling, same compaction flags as sibling, and details about top_n + group_by interaction. Enhances schema without redundancy.

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?

Clearly states verb (get) and resource (per-resource utilization) with specific scope (billing period YYYY-MM). Differentiates from sibling list tools like list_billing_utilization by mentioning period constraint and referring to same compaction flags.

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?

Provides explicit instructions for multi-month ranges (calculate calls, ask permission). Gives advice on scoping to keep response under 25 KB. Lacks explicit comparison to when to use list_billing_utilization instead, but context is clear.

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/ionos-cloud/ionoscloud-mcp'

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