Skip to main content
Glama
itsablabla

perplexity-control-mcp

by itsablabla

web_search

Run web searches returning full page content, with support for multiple parallel queries, domain/date filters, and academic/SEC search modes.

Instructions

Perform a raw web search returning full page content (POST /search). Returns structured result objects with URL, title, and text content. Supports up to 5 parallel queries, domain filters, date filters, and specialized academic/SEC modes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string or array of up to 5 query strings.
countryNoISO 3166-1 alpha-2 country code for localized results.
max_tokensNoMaximum total tokens across all results.
max_resultsNoMaximum number of results per query (1-20).
search_modeNoSpecialized search mode: 'academic' for scholarly papers, 'sec' for SEC filings.
max_tokens_per_pageNoMaximum tokens per individual page (default 4096).
search_domain_filterNoUp to 20 domains. Prefix with '-' to exclude, e.g. '-reddit.com'.
search_recency_filterNoRestrict results by recency.
search_language_filterNoUp to 10 BCP 47 language tags, e.g. ['en', 'fr'].
search_after_date_filterNoOnly include content published after this ISO 8601 date.
last_updated_after_filterNoOnly include pages last updated after this ISO 8601 date.
search_before_date_filterNoOnly include content published before this ISO 8601 date.
last_updated_before_filterNoOnly include pages last updated before this ISO 8601 date.
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It adds useful context about full page content retrieval, structured output, and up to 5 parallel queries. However, it does not explicitly state that this is a read-only operation, nor does it disclose rate limits, error behavior, or authentication requirements, leaving some gaps.

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 two sentences long, front-loaded with the core action and return type. Every clause adds information: the HTTP method, return structure, parallel query support, filters, and specialized modes. There is no redundancy or filler.

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?

Given the complexity (13 parameters, no output schema), the description does a good job covering the essential behavior: it states the return format, major capabilities, and special modes. It does omit potential details like result ordering, truncation behavior, and error handling, but for a search tool with this level of schema documentation, it is reasonably complete.

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 coverage is 100%, so the baseline is 3. The description summarizes key parameter groups (domain filters, date filters, academic/SEC modes) and mentions the 5-query limit, but it does not add significant meaning beyond the schema's own parameter descriptions. It serves as a high-level overview rather than adding new semantic details.

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 identifies the action ('Perform a raw web search'), the resource ('POST /search'), and the specific return format ('structured result objects with URL, title, and text content'). It also names distinctive capabilities (parallel queries, filters, academic/SEC modes) that separate it from sibling tools like sonar_chat.

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

Usage Guidelines2/5

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

The description does not provide explicit when-to-use or when-not-to-use guidance. It mentions the tool is a 'raw web search' which implies a direct search function, but it never references alternatives (e.g., sonar_chat for conversational search) or exclusions. Context is implied but not directly stated.

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/itsablabla/perplexity-control-mcp'

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