Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Invite connections to follow

company_invite_to_follow

Send follow invitations to 1st-degree connections for your LinkedIn company page. Configurable max invites prevents exceeding LinkedIn's monthly quota.

Instructions

Send follow invitations to your 1st-degree connections.

LinkedIn caps these at 250 invites per page per month. The tool sends up to max_invites before stopping; LinkedIn will return an error banner once the monthly quota is reached and the run stops gracefully.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNumeric page ID or URL.
max_invitesNoHard cap for this invocation. Defaults to 50 so casual runs don't burn through the monthly allowance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already signal non-read-only, but the description adds valuable runtime behavior: the tool sends up to max_invites, stops when the quota is reached, and handles the LinkedIn error banner gracefully. This is beyond annotation metadata and informs the agent of expected side effects and termination conditions.

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?

Two sentences front-load the core action and then succinctly state the quota constraint and stopping behavior. Every sentence carries critical information with no redundancy.

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 two-parameter tool with a fully documented schema and an output schema, the description covers purpose, quota, and failure behavior. It lacks details on partial failures for individual invites, but the output schema likely addresses that. Overall, it is complete enough for safe invocation.

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?

Schema covers 100% of parameters with detailed descriptions, including the default for max_invites. The tool description reinforces this but does not add new semantic information beyond what the schema already presents, so baseline 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?

Description uses a specific verb ('Send follow invitations') and clearly identifies the target ('your 1st-degree connections'). It is distinct from all sibling tools, which focus on reading, posting, or admin management, leaving no ambiguity about the tool's function.

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?

Description explains the LinkedIn 250-invite monthly cap and the max_invites hard cap, giving clear context for when to use this tool and cautioning about quota limitations. It does not explicitly name alternatives, but none of the sibling tools provide the same functionality.

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