MCP tool · Services & subscriptions
get_service_usage
Get the billing usage snapshot for one service: its period price, renewal price, lifetime spend, days until expiry, autorenew flag and the open-invoice and addon rollups.
get_service_usage
Read-onlyIdempotent
Description
Get the billing usage snapshot for one service: its period price, renewal price, lifetime spend, days until expiry, autorenew flag and the open-invoice and addon rollups. This is the billing view — for DirectAdmin disk/bandwidth/inode meters use get_hosting_usage instead, and for plan/status detail use get_service. Takes the same identifier as get_service (domain, email, URL, or service id), resolved to the owning account; if it answers domain_not_owned, the account does not own the input.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|