perplexity_search
Perform web searches using Perplexity AI to retrieve relevant results through an API interface. Input a query to access concise and accurate search outcomes for your needs.
Instructions
Search the web using Perplexity AI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}