get_company_profile
Retrieve detailed company profile data from LinkedIn using the LinkedIn MCP Server by providing a company ID. Enables access to essential business insights and analytics.
Instructions
Get detailed company profile information - limited access, may require Marketing Solutions partnership in future
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyId | Yes | LinkedIn company ID |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "LinkedIn company ID",
"type": "string"
}
},
"required": [
"companyId"
],
"type": "object"
}