Skip to main content
Glama

FreeAgent MCP Server

by markpitt

update_timeslip

Modify an existing timeslip by updating details such as hours worked, date, project, task, or comments using the FreeAgent MCP Server for accurate time tracking.

Instructions

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" }
Install Server

Other Tools from FreeAgent MCP Server

Related Tools

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