Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Reshare post to company page

company_reshare_post

Reshare existing posts on your LinkedIn company page, adding optional commentary. Use a post's URN and your company ID to repost it to your page.

Instructions

Reshare another post on the company page, optionally with commentary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNumeric page ID or URL. Required even though the page posts the reshare; used to validate admin context.
thoughts_textNoOptional leading commentary.
source_post_urnYesURN of the post being reshared.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate this is a mutating operation (readOnlyHint=false) and openWorldHint=true. The description adds no extra behavioral context such as permission requirements, side effects, or reversibility, relying entirely on the schema for parameter meanings.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with a clear verb and object, front-loaded with the core action. It contains no unnecessary words or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple mutation tool with 100% schema coverage, an output schema, and annotations covering mutation, the description is adequate. It lacks explicit alternatives and side-effect disclosure, but the structured data fills most gaps, making it nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully documents all three parameters, including company_id's validation purpose and thoughts_text being optional. The description's mention of 'commentary' aligns with the schema but adds no new information beyond what is already provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (reshare), the target (company page), and the optional commentary. It distinguishes from sibling tools like personal_reshare_company_post by specifying the company page as the destination, and from company_create_post by focusing on resharing an existing post.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool: to reshare another post on the company page with optional commentary. It does not explicitly mention alternatives or exclusions, but the action is specific enough to differentiate from creating posts or sharing to personal pages.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/negrueu/linkedin-company-admin-mcp'

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