ask_attention is the workhorse of multi-call analysis. Instead of fetching each transcript and asking the LLM to reason over them, hand a list of call IDs (or a deal ID) plus a prompt to Attention’s analysis engine — it processes all the calls server-side and returns a focused answer. This is dramatically more efficient than calling get_call_details in a loop.
Tools
ask_attention
Scope:
mcp:read.search_calls) or a deal ID — the engine pulls all conversations associated with that deal automatically.
string
required
The question or analysis prompt to run against the calls. Be specific about what to surface (objections, pricing mentions, next steps, etc).
array
List of call IDs to analyze. Provide this or
deal_id.string
Deal ID to analyze all associated calls. Provide this or
conversation_ids.