FreeAgent MCP Server

MIT License
1
  • Linux
  • Apple

update_timeslip

Update an existing timeslip

Input Schema

NameRequiredDescriptionDefault
commentNoOptional comment
dated_onNoDate (YYYY-MM-DD)
hoursNoHours worked (e.g. "1.5")
idYesTimeslip ID
projectNoProject URL
taskNoTask URL
userNoUser URL

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Optional comment", "type": "string" }, "dated_on": { "description": "Date (YYYY-MM-DD)", "type": "string" }, "hours": { "description": "Hours worked (e.g. \"1.5\")", "type": "string" }, "id": { "description": "Timeslip ID", "type": "string" }, "project": { "description": "Project URL", "type": "string" }, "task": { "description": "Task URL", "type": "string" }, "user": { "description": "User URL", "type": "string" } }, "required": [ "id" ], "type": "object" }