You're viewing a demo portfolio

Join the waitlist
PRSM

linkedin_raw_request

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →