Skip to main content
Glama

Linked API MCP

by Linked-API

comment_on_post

Add comments to LinkedIn posts using a specific URL and custom text, enabling engagement and interaction directly through the Linked API MCP server.

Instructions

Allows you to leave a comment on a post (st.commentOnPost action).

Input Schema

NameRequiredDescriptionDefault
postUrlYesThe LinkedIn post URL to comment on (e.g., 'https://www.linkedin.com/posts/username_activity-id')
textYesComment text, must be up to 1000 characters.

Input Schema (JSON Schema)

{ "properties": { "postUrl": { "description": "The LinkedIn post URL to comment on (e.g., 'https://www.linkedin.com/posts/username_activity-id')", "type": "string" }, "text": { "description": "Comment text, must be up to 1000 characters.", "type": "string" } }, "required": [ "postUrl", "text" ], "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