get_company_info
Retrieve basic company details using a LinkedIn company ID. Integrates with LinkedIn MCP Server to provide essential business insights.
Instructions
Get basic company 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"
}