company_research_v2_answer_question
Answer specific research questions about any company by combining cached data with LLM analysis. Optionally include live web search for up-to-date information.
Instructions
Answer a custom research question about a company using cached data and LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company to research. | |
| question | Yes | Your research question (e.g., 'What is their pricing model?'). | |
| use_live_data | No | Include web search for more current information. | |
| output_variable_name | Yes | Variable name for the answer. Access answer with {{question_answer.answer}}. | question_answer |