Read-only

Get Content Context

Returns a complete content dashboard in a single call with zero live API calls, bundling your writing style, recent posts, unanswered comments, drafts, and cadence gaps. Use depth='summary' for capped payloads or depth='full' for uncapped sessions. Sections with no data yet come back as empty arrays.

get_content_contextGET/api/v1/writing-style/context
crispy — bash

Example prompt: Give me my full content context so we can plan this week's posts and catch up on comments

{
  "writing_style": { "status": "ready" },
  "recent_posts": [ { "post_id": "urn:li:activity:7212", "likes": 84 } ],
  "unanswered_comments": [],
  "drafts": [ { "draft_id": "a1b2c3d4", "status": "draft" } ],
  "cadence_gap_days": 3
}
Permission scope
core
Access
Read-only
Category
Content

What you can build

Brief your AI agent on your whole content picture before drafting anything
Spot unanswered comments and posting cadence gaps at a glance
Pull recent posts, drafts, and style guides together without multiple calls
Power long-context sessions with the full uncapped content payload

Parameters

Inputs accepted by get_content_context.

NameTypeDescription
depth"summary" | "full"Controls payload size. 'summary' (default): post text capped at 500 chars, payload capped at 20KB. 'full': uncapped for Opus 1M sessions.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.