linkedin_search_filters
ActiveTool 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)"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries