Skip to main content
Glama
ArmandSwirc

TimeChimp MCP Server

by ArmandSwirc

get_invoices

Retrieve and filter invoices from TimeChimp with pagination, date ranges, customer-specific queries, and custom OData filtering options.

Instructions

Retrieve all invoices from TimeChimp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of invoices to return (1-10000, default: 100)
skipNoNumber of invoices to skip for pagination (default: 0)
countNoWhether to include the total count of results (default: true)
expandNoComma-delimited list of properties to expand (e.g., "customer,projects")
customer_idNoFilter by specific customer ID
from_dateNoStart date for filtering (YYYY-MM-DD format)
to_dateNoEnd date for filtering (YYYY-MM-DD format)
filterNoOData filter expression (e.g., "status eq 'sent'" or "total gt 1000")
orderbyNoOData orderby expression (e.g., "invoiceDate desc" or "total desc")

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/ArmandSwirc/TimeChimpMCP'

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