linkedin_get_profile
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Get a LinkedIn user profile by ID, public identifier (vanity name), or profile URL. Returns name, headline, location, and other profile information.
Parameters schema
{
"type": "object",
"required": [
"identifier"
],
"properties": {
"identifier": {
"type": "string",
"description": "LinkedIn member ID, public identifier (vanity name), or full profile URL"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries