Skip to main content
Glama
ArmandSwirc

TimeChimp MCP Server

by ArmandSwirc

get_time_entries

Retrieve time entries from TimeChimp with filtering by user, project, date range, and pagination options for tracking work hours.

Instructions

Retrieve time entries from TimeChimp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of time entries to return (1-10000, default: 100)
skipNoNumber of time entries 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,task")
user_idNoFilter by specific user ID
project_idNoFilter by specific project ID
from_dateNoStart date for filtering (YYYY-MM-DD format)
to_dateNoEnd date for filtering (YYYY-MM-DD format)
filterNoOData filter expression (e.g., "date eq 2023-12-31" or "start gt 2023-12-31T23:59:59Z")
orderbyNoOData orderby expression (e.g., "date desc" or "start 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