Skip to content

CLI reference

The atbridge binary is the whole product: the CLI, the MCP server, and the Thunderbird native-messaging host in one. This reference is split by area — pick a group below.

Terminal window
atbridge mail search "invoice" --from billing@example.com --snippet

Every list/search command (mail search/mail list, contacts search/list, calendar events search, tasks list/search, notes list/search) paginates with --offset (skip the first N; pair with --limit--offset 20 --limit 20 = results 21–40) and can return just the total with --count ({ total, approx } for the same filters). Counts are exact except for mail, which is best-effort (approx) unless scoped with --folder/--since/--until.

They also print lean JSON rows by default — just the essentials to pick a result — and take --verbose for the full per-item detail (mail search/mail list also add --snippet for a ~200-char plaintext gist); fetch anything more with the matching … get/show.

Was this page helpful?