Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_AI_PROXY_URL | No | URL of the sap-ai-proxy server | http://127.0.0.1:3030 |
| PERPLEXITY_DEFAULT_MODEL | No | Default Perplexity model to use | sonar-pro |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| perplexity_web_search | Search the web using Perplexity AI with real-time information and citations. Use this for comprehensive web searches that require up-to-date information, research, and source citations. |
| perplexity_quick_search | Quick web search using Perplexity AI. Use this for simple queries when you need fast, real-time information with minimal configuration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |