{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "timeEntryId": { "type": "number", "description": "Harvest time entry ID of the running timer" } }, "required": [ "account_id", "timeEntryId" ], "description": "Input schema for the harvest__stop_timer tool."}