linkedin_raw_request
ActiveTool of io.github.saloprj/dialogbrain
Send an arbitrary LinkedIn API request via Unipile's magic route. Only GET and POST methods are allowed. WARNING: This bypasses structured rate limiting and can perform destructive actions. Use this only when no other LinkedIn tool covers the needed functionality.
Parameters schema
{
"type": "object",
"required": [
"request_url"
],
"properties": {
"body": {
"type": "object",
"description": "Request body (for POST requests)"
},
"method": {
"enum": [
"GET",
"POST"
],
"type": "string",
"default": "GET",
"description": "HTTP method (only GET and POST allowed)"
},
"request_url": {
"type": "string",
"description": "Target LinkedIn API endpoint URL"
},
"query_params": {
"type": "object",
"description": "URL query parameters"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries