nv_fetch_person
Retrieve basic LinkedIn profile data by providing a hashed person URL. Integrated with the Linked API MCP server for automated Sales Navigator actions.
Instructions
Allows you to open a person page in Sales Navigator to retrieve their basic information (nv.openPersonPage action).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
personHashedUrl | Yes | Hashed LinkedIn URL of the person. |
Input Schema (JSON Schema)
{
"properties": {
"personHashedUrl": {
"description": "Hashed LinkedIn URL of the person.",
"type": "string"
}
},
"required": [
"personHashedUrl"
],
"type": "object"
}