Describe Baatjie Group Schema
baatjie_describe_schemaList every accessible table with column names and row counts for tanOS or sigsche, helping you locate the correct schema before querying.
Instructions
List every table reachable through this server, with row counts and column names.
Call this first when you are unsure which table or column to use. It is the cheapest way to orient before querying.
Args:
project ('tanos' | 'sigsche' | omit for both): Which system to describe
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: { "projects": { "tanos": { "tables": [{ "name": string, "columns": string[] }] }, "sigsche": { "tables": [...] } } }
tanOS tables: Property: landlords, properties, rooms, tenants, foreign_nationals, leases, lease_agreements, payments, maintenance, notices Commercial: locare_accounts, brms, agents, employers, policies, daily_activity Internal: todos, ai_agents, audit_log
sigscheCore tables: profiles, queue_items, library_items, brand_cards, registration_status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Which system: 'tanos' (property OS, pipeline, sequencing) or 'sigsche' (signal scheduler) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |