Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERPLEXITY_API_KEY | Yes | Your Perplexity API key from https://www.perplexity.ai/settings/api |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Quick search for simple queries using Perplexity's Sonar Pro model. Best for straightforward questions and basic information lookup. |
| reason | Handles complex, multi-step tasks using Perplexity's Sonar Reasoning Pro model. Best for explanations, comparisons, and problem-solving. |
| deep_research | Conducts in-depth analysis and generates detailed reports using Perplexity's Sonar Deep Research model. Best for comprehensive research topics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |