Skip to main content
Glama
jacob-bd

Perplexity Web MCP

by jacob-bd

pplx_get_thread

Retrieve the complete Q&A turns, sources, and related queries from any past Perplexity thread to continue the conversation.

Instructions

Fetch the full conversation history for a Perplexity thread. FREE — zero quota cost.

Returns the complete Q&A turns, sources, and related queries for any past thread. Get the slug from pplx_list_threads, or from the [Conversation ID: ...] footer returned by any pplx_* query tool.

RESUME PATTERN — to continue a past conversation:

  1. pplx_list_threads(search_term="topic") — find the thread and its slug

  2. pplx_get_thread(slug) — read the full history for context

  3. pplx_smart_query("follow-up question", conversation_id=slug) — continue it

Args: slug: Thread UUID / slug. Obtain from pplx_list_threads or a previous [Conversation ID: ...] response footer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It mentions 'FREE — zero quota cost' and states it returns data, implying a read-only operation. However, it does not disclose authentication requirements, rate limits, or potential side effects. The description is adequate but lacks completeness regarding behavioral context.

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

Conciseness4/5

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

The description is structured with clear sections: tool purpose, cost, output, slug source, and a resume pattern. Every sentence adds value, though the resume pattern could be more concise. Overall, it balances completeness with readability.

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

Completeness5/5

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

Given the tool's simplicity (one parameter, output schema exists), the description covers all necessary context: what it does, how to get the slug, and a usage pattern. The presence of an output schema reduces the need to describe return values, and the description still mentions key return elements (Q&A turns, sources, related queries).

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

Parameters5/5

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

The input schema provides no description for the slug parameter (0% coverage). The description compensates fully by explaining the slug's purpose, how to obtain it from other tools, and its format (UUID/slug). This adds essential meaning beyond the bare schema.

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

Purpose5/5

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

The description clearly states the tool retrieves the full conversation history for a Perplexity thread, specifying verb ('Fetch') and resource ('full conversation history'). It distinguishes from sibling tools by detailing the output content (Q&A turns, sources, related queries) and providing a usage pattern to obtain the slug.

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 explicit guidance on when to use the tool, including how to obtain the slug from pplx_list_threads or previous query footers. It includes a step-by-step RESUME PATTERN for continuing past conversations. However, it does not explicitly state when not to use it or name alternative tools for different needs.

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/jacob-bd/perplexity-web-mcp'

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