getClubActivitiesById
ActiveTool of LinkedIn MCP Server
List Club Activities - Retrieve recent activities from members of a specific club. The authenticated athlete must belong to the requested club in order to hit this endpoint. Pagination is supported. Athlete profile visibility is respected for all activities.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer",
"format": "int64"
},
"page": {
"type": "integer"
},
"per_page": {
"type": "integer"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
LinkedIn MCP Server
https://github.com/la-rebelion/hapimcp
6/7 registries