Skip to main content
Glama
mnthe

perplexity-mcp-server

by mnthe

query

Send a prompt to Perplexity AI to retrieve web-grounded answers with citations, sources, and related questions. Supports multi-turn conversations and configurable search filters.

Instructions

Query Perplexity AI with a prompt. Specialized for web search with citations, sources, and related questions. Supports multi-turn conversations when sessionId is provided. Returns rich metadata (citations, sources, images, related questions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe prompt to send to Perplexity
sessionIdNoOptional conversation session ID for multi-turn conversations
searchOptionsNoOptional search configuration
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that multi-turn conversations are supported via sessionId and that the response includes rich metadata (citations, sources, images, related questions). It does not mention side effects or require explicit safety notes, but the query nature implies a read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (3 sentences), front-loaded with the primary action, and each sentence adds value: purpose, specialization, multi-turn feature, and return metadata. There is no redundancy or unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is largely complete for a query tool: it explains what it does, what makes it special, and what it returns. It does not cover edge cases, error handling, or rate limits, and there is no output schema, but the rich metadata mention helps. Overall, it provides sufficient context for an AI agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description does not add parameter-specific meaning beyond the schema; it only mentions sessionId for multi-turn in general terms, which is already covered. Thus, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool queries Perplexity AI with a prompt and specifies that it is specialized for web search with citations and related questions. While it does not explicitly differentiate from sibling tools like search or fetch, the purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on when to use this tool: for web searches with citations, sources, and related questions, and for multi-turn conversations. However, it does not mention when not to use it or explicitly compare to alternatives like search or fetch.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/mnthe/perplexity-mcp-server'

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