Skip to main content
Glama

Vultr MCP

by rsp2k

list_billing_history

Retrieve and review billing transactions for your Vultr cloud services over a specified period, enabling cost tracking and financial management.

Instructions

List billing history for the specified number of days.

Args: days: Number of days to include (default: 30) per_page: Number of items per page (default: 25)

Returns: Billing history with transaction details

Input Schema

NameRequiredDescriptionDefault
daysNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "days": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 30, "title": "Days" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" } }, "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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/rsp2k/mcp-vultr'

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