Baatjie Group Operations Snapshot
baatjie_dashboardGet the operational picture in one call: row counts for every tanOS table, sales progress against the 26/day target, and BDOP clock (phase, sprint block, next window).
Instructions
One call for the whole operational picture: row counts across every tanOS table, the sales position against the 26/day objective, and where the clock sits in the BDOP day (phase, 33/22 sprint block, next angel window).
This is the cheapest way to orient at the start of a session or a sprint. It replaces roughly a dozen separate count queries.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: { "counts": { "": number | null }, "sales": { "accounts_signed": number, "daily_target": 26, "brms": number, "agent_pool": number, "employer_pool": number, "inherited_book": number }, "property": { "landlords","properties","rooms","tenants","leases", "payments","notices","maintenance" }, "clock": { "phase","sprint","block","minutes_left","next_angel_window" } }
Examples:
"Where are we?" / "Status?" -> no args
Start of a Factory sprint -> no args, read the clock block
Error Handling:
A table that cannot be counted returns null for that entry rather than failing the whole call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |