Skip to main content
Glama

Linked API MCP

by Linked-API

react_to_post

Engage with LinkedIn posts by adding reactions like 'like', 'love', or 'support' directly through the Linked API MCP server. Specify the post URL and reaction type to interact efficiently.

Instructions

Allows you to react to a post using any available reaction type (st.reactToPost action).

Input Schema

NameRequiredDescriptionDefault
postUrlYesLinkedIn URL of the post to react. (e.g., 'https://www.linkedin.com/posts/username_activity-id')
typeYesEnum describing the reaction type.

Input Schema (JSON Schema)

{ "properties": { "postUrl": { "description": "LinkedIn URL of the post to react. (e.g., 'https://www.linkedin.com/posts/username_activity-id')", "type": "string" }, "type": { "description": "Enum describing the reaction type.", "enum": [ "like", "love", "support", "celebrate", "insightful", "funny" ], "type": "string" } }, "required": [ "postUrl", "type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Linked-API/linkedapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server