get_context is one person, query is many. Pull the last 30 days of email replies, every meeting from fireflies, every cold email sent — and let your agent reason over the result.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
scope | object | ✓ | Filter for the corpus |
question | string | Your analytical question — echoed in the response |
Scope
| Field | Type | Description |
|---|---|---|
kind | "event" or "state" | Limit to one observation type |
property | string | Prefix match — interaction.email covers email_sent and email_replied |
source | string | e.g. gmail, linkedin, fireflies |
entity_id | string | Scope to one entity |
since_days | number | Only observations within the last N days |
limit | number | Max items (default 50, cap 200) |
Returns
Examples
“What email replies came in this week?”When to call it
- “Across all accounts this week, who replied positively?”
- “What signal types are firing most often?”
- “How many cold emails went out from Instantly this month?”
get_gtm_profile — query is for per-entity observations only.
Backed by
POST /v2/query — see the HTTP reference for the raw JSON shape.