FreeAgent MCP Server

MIT License
1
  • Linux
  • Apple

get_timeslip

Get a single timeslip by ID

Input Schema

NameRequiredDescriptionDefault
idYesTimeslip ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Timeslip ID", "type": "string" } }, "required": [ "id" ], "type": "object" }