"List all my companies"→ get_companies()"How many active parent companies are there?"→ get_companies({ isRootCompany: true, status: ["accepted"], isTestCompany: false, limit: 1 })→ read pagination.total"What buildings does company ABC have?"→ get_company_buildings({ id: "company-uuid" })
Building writes require userConfirmed: false (preview) then userConfirmed: true after user approval. See MCP intro and resource manglai://api/mutations/buildings.