exploreSegments
ActiveTool of LinkedIn MCP Server
declared in 0.6.0
Explore segments - Returns the top 10 segments matching a specified query.
Parameters schema
{
"type": "object",
"required": [
"bounds"
],
"properties": {
"bounds": {
"type": "array",
"items": {
"type": "number",
"format": "float"
},
"maxItems": 4,
"minItems": 4
},
"max_cat": {
"type": "integer",
"maximum": 5,
"minimum": 0
},
"min_cat": {
"type": "integer",
"maximum": 5,
"minimum": 0
},
"activity_type": {
"enum": [
"running",
"riding"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
LinkedIn MCP Server
https://github.com/la-rebelion/hapimcp
6/7 registries