Skip to main content
Glama

Mews MCP

by code-rabi

getAllBills

Retrieve billing information by filtering bills using IDs, customer IDs, creation/update date ranges, states, or pagination settings for streamlined financial tracking.

Instructions

Returns all bills by filter parameters, used for retrieving billing information

Input Schema

NameRequiredDescriptionDefault
BillIdsNoFilter by specific bill IDs
CreatedUtcNoDate range filter for bill creation
CustomerIdsNoFilter by customer IDs
LimitationNoPagination settings
StatesNoFilter by bill states
UpdatedUtcNoDate range filter for bill updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "BillIds": { "description": "Filter by specific bill IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "CreatedUtc": { "description": "Date range filter for bill creation", "properties": { "EndUtc": { "description": "End of creation date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of creation date range (ISO 8601)", "type": "string" } }, "type": "object" }, "CustomerIds": { "description": "Filter by customer IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "Limitation": { "description": "Pagination settings", "properties": { "Count": { "description": "Maximum number of bills to return", "type": "number" }, "Cursor": { "description": "Pagination cursor for next page", "type": "string" } }, "type": "object" }, "States": { "description": "Filter by bill states", "items": { "type": "string" }, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for bill updates", "properties": { "EndUtc": { "description": "End of update date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of update date range (ISO 8601)", "type": "string" } }, "type": "object" } }, "type": "object" }

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/code-rabi/mews-mcp'

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