Skip to main content
Glama
ArmandSwirc

TimeChimp MCP Server

by ArmandSwirc

get_expenses

Retrieve and filter expense data from TimeChimp with options for pagination, date ranges, and specific criteria like user, project, or customer.

Instructions

Retrieve all expenses from TimeChimp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of expenses to return (1-10000, default: 100)
skipNoNumber of expenses 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., "user,project,customer")
user_idNoFilter by specific user ID
project_idNoFilter by specific project ID
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., "amount gt 100" or "approved eq true")
orderbyNoOData orderby expression (e.g., "date desc" or "amount 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