Enrich post details
One post’s own data by its urn: full text, author, media, engagement counters, per-reaction breakdown, is_reshare with the original post embedded. LIVE since 2026-08-14 (node get-post). Accepts post_urn XOR url. result.post is null when the post is deleted or unavailable - a delivered answer, not an error, so do not retry it. Cached 7d. WHO engaged is scraping (get-post-comments / get-post-reactors / get-post-resharers); impressions exist only on the executor’s own posts.
Contract:
- MCP tool
enrich_linkedin_post_details, registry packagemcp.linkedin/linkedin_enrichment, mountlinkedin.enrichment. - Operation
action, response envelopeaction. - Flags: none.
Authorizations
Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.
Team scope for tokens that do not carry one. Ignored when the token already names a team.
Body
Request body of enrich_linkedin_post_details.
The post handle, in any family the wire takes: urn:li:activity:, urn:li:share:, urn:li:ugcPost:, urn:li:groupPost:-, or a bare id (digits = activity, digits-digits = groupPost). Provide post_urn XOR url.
128Any post URL. A feed permalink or share link resolves locally; a link with no id in it (a shortlink) costs an extra round trip, resolved by opening the page via get_activity_urn_by_url. Provide url XOR post_urn.
2048Executor account (ln_ac_...). Given: the call runs on that account ONLY; a saturated or held enrichment bucket refuses 429 bucket_saturated (with retry_after). Omitted: the service auto-picks one of your connected accounts with remaining capacity (422 no_connected_accounts when none is ready, 429 when all are at capacity).
18^ln_ac_Replay guard (team_sid, idempotency_key). A repeat with the same key returns the stored ledger outcome: no re-execution.
128