freshbooks_create_time_entry
Log a time entry in FreshBooks by specifying duration in seconds and start time. Includes a confirmation step, returning a token for approval before creating the entry.
Instructions
Log a time entry. Duration is in SECONDS. Asks the user to confirm first: a confirmation prompt where the client supports one; otherwise the first call returns a preview and a confirmToken and makes no network call, and only a repeat call with that token proceeds (see MCP_CONFIRM_MODE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| billable | No | ||
| duration | Yes | Logged time in SECONDS (e.g. 3600 = 1 hour) | |
| client_id | No | ||
| project_id | No | ||
| service_id | No | ||
| started_at | Yes | ISO 8601 start time, e.g. 2026-08-12T09:00:00Z | |
| confirmToken | No | ONLY for the two-step confirmation fallback (a client without MCP elicitation). The confirmToken from this same tool's phase-1 "confirmation-required" response, passed back ONLY after the user has seen that preview and explicitly approved it in chat — never on the first call, never invented, never reused. Call again with the same arguments. Ignored when the client supports elicitation. |