latestOpenAPI 3.0.3AGPL-3.0 license2026-08-2011401.8 MB

a1e86af2406d

context

List context entries

List user-managed context entries (user profile, ICP, Messaging Playbook). By default returns a 200-char content preview per entry to stay within context budget — pass fullContent=true to retrieve complete content for a specific entry. Use scope and type filters to narrow results; fetching all entries without filters can return hundreds of rows. context_get returns the full session snapshot (expensive, session-init only). To read specific contexts (ICP, playbook), use this tool with type, scope, and fullContent:true. Never call context_get mid-conversation to read one entry. Never call this tool without scope/type filters.

get/context

Query parameters

scopestring

Filter by scope (e.g. "campaign:abc", "user")

Filter by scope (e.g. "campaign:abc", "user")

typestring

Filter by type (e.g. "icp", "playbook")

Filter by type (e.g. "icp", "playbook")

limitinteger

Max entries to return (default 20, max 50). Paginate with offset for more.

Max entries to return (default 20, max 50). Paginate with offset for more.

offsetinteger

Pagination offset

Pagination offset

fullContentboolean

Return full content instead of 200-char preview. Use only when retrieving a specific entry (combine with type+scope filters).

Return full content instead of 200-char preview. Use only when retrieving a specific entry (combine with type+scope filters).

Response

Context entries

successtrue required
totalinteger required

Total matching entries

hasMoreboolean required
creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.