Skip to main content
Glama
southleft

LinkedIn Intelligence MCP Server

by southleft

get_organization_followers

Retrieve follower count and organization details from LinkedIn's Community Management API for organizations where you have admin access.

Instructions

Get follower count for an organization using the Community Management API.

This tool uses the official LinkedIn Community Management API which provides accurate follower counts for organizations you have admin access to.

Args: organization_id: LinkedIn organization URN ID (numeric, e.g., '12345678')

Returns follower count and organization details.

Note: Requires Community Management API access and admin permissions for the organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates key behavioral traits: it's a read operation (implied by 'Get'), requires specific permissions ('admin permissions for the organization'), has access requirements ('Community Management API access'), and provides accurate data ('accurate follower counts'). It doesn't mention rate limits or error handling, but covers the essential operational context.

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 efficiently structured with clear sections: purpose statement, API context, parameter explanation, return information, and access requirements. Every sentence earns its place, and the information is front-loaded with the core functionality stated first.

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?

Given the tool's moderate complexity (single parameter read operation), no annotations, but with an output schema present, the description provides good context. It covers purpose, parameter details, access requirements, and return information. The output schema handles return value documentation, so the description appropriately focuses on operational context rather than output structure.

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

Parameters4/5

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

With 0% schema description coverage and only one parameter, the description adds significant value beyond the schema. It explains that 'organization_id' is a 'LinkedIn organization URN ID' with format details ('numeric, e.g., '12345678''), which the schema alone doesn't provide. This compensates well for the schema's lack of description.

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's purpose with specific verb ('Get'), resource ('follower count for an organization'), and method ('using the Community Management API'). It distinguishes itself from sibling tools by focusing on organization follower metrics rather than content analysis, profile operations, or posting functions.

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 about when to use this tool: for organizations where the user has admin access and Community Management API access. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools for similar data retrieval.

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/southleft/linkedin-mcp'

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