You're viewing a demo portfolio

Join the waitlist
PRSM

linkedin_profiles_posts_list

Active

Tool of Social Fetch

declared in 0.19.0

List posts from a LinkedIn person profile. Accepts a profile URL.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 4096,
      "minLength": 1,
      "description": "LinkedIn profile URL or vanity handle whose public posts should be listed."
    },
    "limit": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Maximum posts to return (default 10)."
    },
    "endDate": {
      "type": "string",
      "minLength": 1,
      "description": "Optional end of the date range for posts to include."
    },
    "startDate": {
      "type": "string",
      "minLength": 1,
      "description": "Optional start of the date range for posts to include."
    },
    "onlyAuthoredPosts": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "boolean"
        }
      ],
      "description": "When true, return only posts created by the profile owner."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →