FreeAgent MCP Server

MIT License
1
  • Linux
  • Apple

stop_timer

Stop a running timer for a timeslip

Input Schema

NameRequiredDescriptionDefault
idYesTimeslip ID

Input Schema (JSON Schema)

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