Brand Snapshot Across Platforms
baatjie_brand_snapshotCheck brand readiness across platforms: view registration progress, queued and sent counts, library depth, and brand cards. Identify brands ready to broadcast or needing registration.
Instructions
Per-brand status across sigscheCore: platform registration progress, queued and sent counts, library depth and how many brand cards exist.
Answers "is this brand ready to broadcast" and "where are we still unregistered".
Args:
brand_id (string, optional): One brand; omit to roll up every brand present
response_format ('markdown' | 'json'): Output format
Returns: { "brands": [{ "brand_id","queued","sent","failed","library_items", "brand_cards","platforms_registered","platforms_pending" }], "totals": { "brands","queued","sent","registered" } }
Examples:
"Is locare ready to post?" -> brand_id='locare'
"Which brands still need registration?" -> no args
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_id | No | ||
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |