Collect Perplexity Research
perplexity_agent_resultRetrieve the outcome of a Perplexity research run via its response ID. Supports waiting for completion or returns current status and next steps.
Instructions
Retrieve the result of a research run started by perplexity_agent. If it is still running, reports what it has done so far and how to check again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_id | Yes | The response_id from perplexity_agent. | |
| wait_seconds | No | Block up to this many seconds waiting for completion. 0 checks once. A larger value is silently CLAMPED to this server's configured wait budget (55s here; set PERPLEXITY_AGENT_WAIT_SECONDS to raise it), never rejected. |