Skip to main content
Glama

FreeAgent MCP Server

by markpitt
types.ts917 B
export interface TimeslipAttributes { url?: string; task: string; user: string; project: string; dated_on: string; hours: string; comment?: string; billed_on_invoice?: string; created_at?: string; updated_at?: string; timer?: TimerAttributes; } export interface TimerAttributes { running: boolean; start_from: string; } export interface Timeslip { url: string; task: string; user: string; project: string; dated_on: string; hours: string; comment?: string; billed_on_invoice?: string; created_at: string; updated_at: string; timer?: TimerAttributes; } export interface TimeslipsResponse { timeslips: Timeslip[]; } export interface TimeslipResponse { timeslip: Timeslip; } export interface FreeAgentConfig { clientId: string; clientSecret: string; accessToken: string; refreshToken: string; }

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/markpitt/freeagent-mcp'

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