Skip to main content
Glama
ArmandSwirc

TimeChimp MCP Server

by ArmandSwirc

get_tasks

Retrieve and filter tasks from TimeChimp with pagination, sorting, and project-specific queries to manage work tracking.

Instructions

Retrieve all tasks from TimeChimp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of tasks to return (1-10000, default: 100)
skipNoNumber of tasks 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., "project")
active_onlyNoOnly return active tasks (default: false)
project_idNoFilter by specific project ID
filterNoOData filter expression (e.g., "name eq 'Task Name'" or "active eq true")
orderbyNoOData orderby expression (e.g., "name asc" or "created 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