get_account / get_context return facts about a person or company, this returns the workspace owner’s own GTM profile — what they sell, who to, pricing, and positioning — the context your agent should reference when answering “what’s our ICP?” or “what differentiates us?”
Formerly
get_workspace_facts — that name still works as an alias.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
categories | string[] | Optional filter (e.g. ["ICP"] or ["Pricing","Competitors"]). Omit for all. | |
limit | number | Max facts. Default 50, cap 500. |
ICP, Market, Product, Pricing, Competitors, Playbook. Users can add any custom category in the in-app GTM Context tab.
Returns
Grouped by category:When to call it
- “What’s our ICP?” →
categories: ["ICP"] - “What’s our pricing strategy?” →
categories: ["Pricing"] - “What differentiates us from competitors?” →
categories: ["Competitors", "Product"] - “Show me the whole GTM profile” → no filter
When NOT to call it
Anything about a specific person or company — useget_context or get_account. Anything about activity across many entities — use query.
Why it exists
When the agent drafts personalised outreach, it needs BOTH:- The contact’s context (
get_context) — what’s true of THEM - The user’s GTM profile (
get_gtm_profile) — how WE sell
Backed by
GET /v2/workspace/facts — see the HTTP reference for the raw JSON shape.