Skip to main content
Glama

Vultr MCP

by rsp2k

list_invoice_items

Retrieve detailed line items from a specific Vultr invoice to review charges, services used, and billing information for accurate cost tracking and analysis.

Instructions

List items in a specific invoice.

Args: invoice_id: The invoice ID per_page: Number of items per page (default: 25)

Returns: Invoice line items with details

Input Schema

NameRequiredDescriptionDefault
invoice_idYes
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "invoice_id": { "title": "Invoice Id", "type": "string" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" } }, "required": [ "invoice_id" ], "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