Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

List scheduled company posts (optional cancel)

company_list_scheduled

List scheduled LinkedIn company posts and optionally cancel one by index. Manage your publication queue directly.

Instructions

List posts queued for future publication, optionally cancel one.

LinkedIn renders the company scheduled queue as a dialog over the admin page-posts screen (no dedicated URL, no exposed URN per row). The rows are identified by stable 0-based index and the display datetime parsed from each preview button's aria-label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNumeric page ID or company URL.
cancel_indexNoOptional 0-based index into the list. When set, the entry at that index is cancelled via "Delete post" before the updated list is returned. Omit for read-only.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description goes beyond the readOnlyHint=false annotation by explaining the underlying UI mechanics: no dedicated URL, no exposed URN, stable 0-based indices, and display datetime parsed from aria-label. It also discloses that cancellation uses the 'Delete post' action. This provides valuable behavioral context for operating correctly.

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 two succinct sentences: a clear purpose statement followed by a focused paragraph on necessary technical context. There is no redundancy or filler.

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?

The tool interacts with a non-standard dialog UI, and the description provides essential details about lack of URNs and index-based row handling. The output schema presumably covers the returned list. It could mention admin-level prerequisites, but the phrase 'admin page-posts screen' implies this. Overall, it is sufficiently 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 input schema already provides detailed descriptions for both parameters, with cancel_index explaining its 0-based index, cancellation behavior, and read-only omit. The description text does not add additional parameter-specific meaning, but the 100% schema coverage means it does not need to.

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 tool lists posts queued for future publication and optionally cancels one. This distinguishes it from sibling tools like company_list_posts (which lists posts generally) and company_delete_post (which would require a URN that this tool notes is not exposed).

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

Usage Guidelines3/5

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

The description implies usage for managing the scheduled queue by explaining the dialog-based UI and row identification, but it does not explicitly contrast with alternatives or state when not to use it. The technical context (no URN, index-based) hints at why this tool is needed, but lacks direct 'use this instead of X' guidance.

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