company_research_exa
Research companies to gain insights into operations, financial data, and industry trends. This tool retrieves comprehensive business information and news for informed decision-making.
Instructions
Research companies using Exa AI - finds comprehensive information about businesses, organizations, and corporations. Provides insights into company operations, news, financial information, and industry analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyName | Yes | Name of the company to research | |
numResults | No | Number of search results to return (default: 5) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"companyName": {
"description": "Name of the company to research",
"type": "string"
},
"numResults": {
"description": "Number of search results to return (default: 5)",
"type": "number"
}
},
"required": [
"companyName"
],
"type": "object"
}