Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /linkedin | Type: Application | PCID required: Yes

Tools

ToolDescription
linkedin_get_user_infoGet authenticated user information from LinkedIn
linkedin_share_postShare a post on LinkedIn - supports text-only posts, posts with a link/article, or posts with an uploaded image
linkedin_search_organizationsSearch for a LinkedIn organization by vanity name (the URL slug). Returns the organization ID (URN) and basic details. Use this to find the organization URN needed for mentions in posts.
linkedin_like_postLike a LinkedIn post
linkedin_comment_on_postComment on a LinkedIn post

linkedin_get_user_info

Get authenticated user information from LinkedIn

linkedin_share_post

Share a post on LinkedIn - supports text-only posts, posts with a link/article, or posts with an uploaded image Parameters:
ParameterTypeRequiredDefaultDescription
authorstringYesAuthor URN (e.g., urn:li:person:XXXXXX)
textstringYesPost text content or commentary. When using mentions, the organization name must appear in the text at the specified start/length position.
urlstringNoOptional URL of the link/article to share. Creates an article post. Cannot be combined with imageUrl
imageUrlstringNoOptional URL of an image to upload and attach to the post. Creates an image post. Cannot be combined with url
titlestringNoTitle for the shared link (only used when url is provided)
descriptionstringNoDescription for the shared link (only used when url is provided)
lifecycleStatestringNo"PUBLISHED"Post lifecycle state
visibilitystringNo"PUBLIC"Post visibility setting
mentionsobject[]NoOptional array of entity mentions to tag in the post. The name must appear in the text — the tool will automatically find its position. Use linkedin_search_organizations to get the organization URN.

linkedin_search_organizations

Search for a LinkedIn organization by vanity name (the URL slug). Returns the organization ID (URN) and basic details. Use this to find the organization URN needed for mentions in posts. Parameters:
ParameterTypeRequiredDefaultDescription
vanityNamestringYesThe organization vanity name (URL slug, e.g., “activecampaign”)

linkedin_like_post

Like a LinkedIn post Parameters:
ParameterTypeRequiredDefaultDescription
post_idstringYesLinkedIn post URN (e.g., urn:li:share:7418926746684747777)
actorstringYesActor URN (e.g., urn:li:person:XXXXXX)
reactionTypestringNo"LIKE"Type of reaction to give

linkedin_comment_on_post

Comment on a LinkedIn post Parameters:
ParameterTypeRequiredDefaultDescription
post_idstringYesLinkedIn post URN to comment on (e.g., urn:li:share:7418926746684747777)
actorstringYesActor URN (e.g., urn:li:person:XXXXXX)
textstringYesComment text content