When to use
- “Pull up the TikTok Q3 Launch campaign.” → search, find the id, then
get_ad_entity. - “Find the dashboard called ‘Weekly Performance’.” → search →
get_dashboard. - “Look up contact
taylor@example.com.” → search →get_contact.
Parameters
Output
extras is kind-specific context (source for ad entities, email for contacts). Use kind + id to call the appropriate detail tool — get_ad_entity for ad entities, get_contact for contacts, get_dashboard for dashboards, etc.
Caveats
This is a substring match over the canonical name column — it doesn’t reach into custom field values or message bodies. For those, use the specificlist_* tool with filters.