You're viewing a demo portfolio

Join the waitlist
PRSM

linkedin_search_filters

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Get LinkedIn search filter parameter IDs. LinkedIn uses internal IDs instead of text for search filters (location, industry, etc.). Call this before linkedin.search to resolve filter keywords to their LinkedIn parameter IDs.

Parameters schema

{
  "type": "object",
  "required": [
    "type",
    "keywords"
  ],
  "properties": {
    "type": {
      "enum": [
        "LOCATION",
        "PEOPLE",
        "CONNECTIONS",
        "COMPANY",
        "SCHOOL",
        "INDUSTRY",
        "SERVICE",
        "JOB_FUNCTION",
        "JOB_TITLE",
        "EMPLOYMENT_TYPE",
        "SKILL"
      ],
      "type": "string",
      "description": "Filter category to resolve (e.g. LOCATION, INDUSTRY, SKILL)"
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Max results per filter category"
    },
    "keywords": {
      "type": "string",
      "description": "Keywords to resolve to parameter IDs (e.g. 'Thailand' for LOCATION)"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
linkedin_search_filters — io.github.saloprj/dialogbrain — PRSM MCP