linkedin_call
Directly call any LinkedIn API endpoint with custom path, method, query, and body. Reach parts of the API not covered by higher-level tools.
Instructions
Call any LinkedIn endpoint directly. LinkedIn publishes no machine-readable spec, so this server does not claim a complete catalogue — this is how you reach the rest of the API. Paths are relative to https://api.linkedin.com. A /rest/ path automatically gets the version and protocol headers.
⚠️ Comments are NOT reachable, whatever scopes you hold. See the README.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | e.g. /rest/posts or /v2/userinfo | |
| query | No | ||
| method | No | GET |