Perplexity Agent Research
perplexity_agentRun a multi-step web research query through Perplexity's Agent API, returning a synthesized answer with citations. Use for deep or multi-hop questions needing a single sourced response.
Instructions
Run a research query through Perplexity's Agent API (multi-step web research with citations). Use for deep or multi-hop questions where a single synthesized, sourced answer is wanted. With wait=true (default) this blocks until the answer is ready; if it takes too long you get a response_id to collect later with perplexity_agent_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Block until the answer is ready. Set false to get a response_id immediately — useful for running several deep queries in parallel while you do other work. | |
| query | Yes | The research question. | |
| preset | No | Research depth: fast, low, medium, high, xhigh, wide-research. Deeper takes longer. | medium |
| domains | No | Restrict sources to these domains. Prefix with '-' to exclude. Allowlist or denylist, not both. | |
| recency | No | Only use sources published within this window. |