get_company
Retrieve comprehensive company data by providing the unique company ID, enabling access to detailed information through the Tracxn MCP Server.
Instructions
Fetch detailed information about a company from Tracxn
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyId | Yes | The unique identifier of the company |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "The unique identifier of the company",
"type": "string"
}
},
"required": [
"companyId"
],
"type": "object"
}