Skip to main content
Glama

Perplexity MCP Server

chat_perplexity

Provide real-time answers to conversational queries using web search capabilities. Maintain context with optional chat IDs for follow-ups, enabling interactive and informed discussions.

Instructions

Automatically call this tool for interactive, conversational queries. This tool leverages Perplexitys web search capabilities to provide real-time information and maintains conversation history using an optional chat ID for contextual follow-ups.

Input Schema

NameRequiredDescriptionDefault
chat_idNoOptional: ID of an existing chat to continue. If not provided, a new chat will be created.
messageYesThe message to send to Perplexity AI for web search

Input Schema (JSON Schema)

{ "properties": { "chat_id": { "description": "Optional: ID of an existing chat to continue. If not provided, a new chat will be created.", "examples": [ "123e4567-e89b-12d3-a456-426614174000" ], "type": "string" }, "message": { "description": "The message to send to Perplexity AI for web search", "examples": [ "Explain quantum computing", "Continue our previous discussion about AI safety" ], "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from Perplexity MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/wysh3/perplexity-mcp-zerver'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server