You don’t call these tools by hand — describe what you want and let the client chain the tool calls. Example prompts are shown throughout. Every tool takes an optional
project_id; scope your questions to a project when your account spans several.1. Discover what you can filter on
Start withget-metrics to see the metrics available for your account — the built-in ones plus any custom metrics your projects define. This tells you what you can filter and sort conversations by.
“What metrics can I filter conversations on for project acme-support?“
2. Find the conversations you care about
Usesearch-conversations to filter on those metrics over a date range, then sort and page through the results. Combine filters with and/or and sort by start time, duration, or ID.
“Find last week’s conversations with a poly_score below 3, longest first.”
3. Search across transcripts
When you’re chasing a phrase rather than a metric,search-transcripts does full-text search over transcript turns and returns each match with surrounding turns for context.
“Search transcripts for ‘cancel my policy’ in the last 30 days and show a couple of turns either side.”
4. Read a full conversation
Once you’ve found a conversation worth reading,get-conversation returns every turn, top to bottom.
“Show me the full transcript for conversation abc-123.”

