Answer
Action ID:tools.exa.answer
Answer a question with Exa.
Reference: https://docs.exa.ai/reference/answer
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
The question to answer.
Create research task
Action ID:tools.exa.research
Start a research task that explores the web, gathers sources, and synthesizes findings. Returns immediately with a researchId for polling.
Reference: https://docs.exa.ai/reference/research/create-a-task
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
Instructions for what you would like research on.
The model to use for research.Default:
"exa-research-fast".Allowed values: exa-research-fast, exa-research, exa-research-pro.Get contents
Action ID:tools.exa.get_contents
Get full page contents, summaries, and metadata for a list of URLs.
Reference: https://docs.exa.ai/reference/get-contents
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
The URLs to get the contents for.
Get research task
Action ID:tools.exa.get_research
Retrieve the current status and results of a research task by its research_id.
Reference: https://docs.exa.ai/reference/research/get-a-task
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
Unique identifier for the research task to retrieve.
List research tasks
Action ID:tools.exa.list_research
Get a paginated list of research tasks. Use cursor for pagination and limit to control page size.
Reference: https://docs.exa.ai/reference/research/list-tasks
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
Cursor token from previous response for pagination.
Maximum number of results per page (maximum 50).Default:
10.Search the web
Action ID:tools.exa.search
Search the web with Exa.
Reference: https://docs.exa.ai/reference/search
Secrets
Required secrets:exa: required valuesEXA_API_KEY.
Input fields
The query to search for.