Skip to main content
Glama

search_linkedin

Search LinkedIn posts. Provide a query and/or a filter below. Powerful filters: author (posts BY a person), author_title (posts by people with a given job title, e.g. Founder/CEO — applies alongside a query), author_company (posts by employees of a company id), from_company (posts by a company page id), mentions_company (posts that MENTION a company id), mentions_member (posts that mention a person), author_industry. Returns post content, engagement metrics, attached media, a has_content_entities repost flag, and optional AI sentiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-25 (default: 1). 20 posts per page
queryNoSearch keyword (max 500 characters). Optional if you supply a filter below.
authorNoPosts authored by this person — profile URL, public slug (e.g. williamhgates), or member URN. Comma-separate for multiple.
sort_byNoSort order: "most_recent" or "relevance"most_recent
author_titleNoPosts by authors whose job title matches this free text (e.g. "CEO", "Founder"). Applies alongside a query.
from_companyNoPosts authored by a company page. Numeric company id(s), comma-separated.
get_sentimentNoAdd AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints.
author_companyNoPosts by people who work at this company. Numeric LinkedIn company id (from search_linkedin_companies).
author_industryNoPosts by authors in these numeric LinkedIn industry id(s), comma-separated. Advanced; applies alongside a query.
mentions_memberNoPosts that mention this person (profile URL, public slug, or member URN).
mentions_companyNoPosts that mention this company. Numeric company id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / get_sentiment / description
      Previous value: -"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small per-page surcharge."New value: +"Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small surcharge per page, or per request on single-request endpoints."
  2. Changed1 schema field changed
    • changedInput schema / properties / page / description
      Previous value: -"Page number for pagination (default: 1)"New value: +"Page number, 1-25 (default: 1). 20 posts per page"
  3. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure, and it meets it reasonably well by stating exactly what the tool returns: post content, engagement metrics, attached media, a repost flag, and optional sentiment. This is a read/search operation, so the absence of auth/rate-limit notes is less critical; the description conveys the observable behavior of the tool.

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 compact and front-loaded: the action, the query-or-filter requirement, the most useful filters, and the return payload are all stated in two sentences. Every clause adds usable information, with no filler or repetition of schema details.

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 an 11-parameter search tool with no output schema and no annotations, the description supplies the key missing context: what the tool searches, how filters work, and what the response contains. It does not mention pagination or the sentiment surcharge, but those are available in the input schema, so the overall package is strong but not exhaustive.

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?

The input schema already describes all 11 parameters with 100% coverage, so the baseline is 3. The description adds value beyond the schema by grouping parameters into 'powerful filters' and clarifying semantic distinctions such as posts BY vs posts that MENTION a company or person, which helps an agent choose the right filter for the intended search.

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 a specific verb and resource: 'Search LinkedIn posts.' It goes on to list the distinct filter types (author, author_title, company, mentions, industry) and the returned fields, so an agent can unambiguously identify this as the post-search tool and distinguish it from siblings like search_linkedin_companies or linkedin_company_posts.

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 gives clear operational guidance: provide a query and/or a filter, and explains how filters apply (e.g., author_title 'applies alongside a query'). It does not explicitly name alternative tools or exclusion criteria, but the usage context is sufficiently clear for selecting and invoking this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources