Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Delete company post

company_delete_post
Destructive

Permanently delete a company post from LinkedIn. This action is irreversible, so ensure the correct post is chosen.

Instructions

Permanently delete a company post.

This operation is irreversible. LinkedIn does not provide a trash or restore mechanism for company posts.

Implementation note: the click sequence runs entirely through page.evaluate to bypass Playwright's actionability checks. See providers/shared.remove_blocking_modal_outlet for the root cause (phantom #artdeco-modal-outlet overlays).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_urnYesURN of the post to delete (from ``company_list_posts``).
company_idYesNumeric page ID or URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses that the operation is irreversible, that LinkedIn offers no trash/restore mechanism, and includes an implementation note about using page.evaluate to bypass Playwright actionability checks, referencing the root cause. This adds significant behavioral context that annotations alone do not provide. No contradiction exists.

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 front-loaded with the core action, followed by a critical warning and an implementation note. Every sentence earns its place, with no redundant or filler content. The structure is clear and easy to scan.

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

Completeness5/5

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

Given the complete schema (2 fully described parameters), an output schema, and strong annotations, the description adds complementary details: irreversibility, platform limitations, and a technical caveat about the click sequence. This covers the key behavioral aspects and is fully complete for a delete operation.

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 input schema already describes both parameters (post_urn and company_id) with 100% coverage, including a note that post_urn comes from company_list_posts. The description adds no additional parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 opens with 'Permanently delete a company post,' providing a specific verb and resource. It clearly differentiates from sibling tools like company_edit_post or company_create_post by emphasizing the delete action and permanence. No ambiguity remains.

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 establishes a clear context: this tool is for permanently deleting a company post, with explicit irreversibility. It does not name alternative tools or provide exclusions, but the highly specific purpose makes the usage context obvious. A direct comparison to alternatives would be the only missing element.

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