Documentation Index
Fetch the complete documentation index at: https://docs.qwairy.co/llms.txt
Use this file to discover all available pages before exploring further.
list_brands
List all monitored brands for your account. Use this first to get brand IDs needed for other tools.
Parameters
This tool takes no parameters.
Returns
| Field | Type | Description |
|---|
id | string | Unique brand identifier |
name | string | Brand display name |
domain | string | Brand’s primary domain |
Example Output
## Your Monitored Brands
1. **Acme Corp** (ID: abc-123-def)
Domain: acme.com
2. **Acme Pro** (ID: xyz-456-uvw)
Domain: acmepro.io
Example Prompts
What brands am I monitoring?
Show me my monitored brands
OAuth Scope
Requires: read:brands
get_overview
Get a quick cockpit overview of a brand: key counts, performance scores with trend vs previous period, and last monitoring date.
Use this as the second call after list_brands to get a snapshot before diving into specifics.
Parameters
| Parameter | Type | Required | Description |
|---|
brandId | string | Yes | The brand ID from list_brands |
period | number | No | Number of days to analyze (default: 30) |
Returns
| Field | Description |
|---|
counts | questions, answers, competitors, sources, selfMentions, socialCitations, shoppingInsights, localBusinesses |
scores | mentionRate, sourceRate, shareOfVoice, sentiment (current period) |
previousPeriodScores | Same metrics for previous period (trend comparison) |
lastMonitoringDate | Most recent AI response date |
OAuth Scope
Requires: read:brands