Skip to main content
Glama
AdilShaikh1

Comet MCP Server

by AdilShaikh1

comet_search

Search the web and retrieve AI-generated answers via Perplexity. Submit a query, optionally select research mode, and wait for the response to be extracted.

Instructions

Search the web using Perplexity via Comet.

Navigates to perplexity.ai/search?q=QUERY and extracts the AI-generated results. No CSS selectors needed -- uses URL-based navigation.

Args: query: The search query. wait_seconds: Seconds to wait for AI response generation. mode: Search mode -- 'search' or 'research'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNosearch
queryYes
wait_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the core mechanism (URL-based navigation, waiting time for AI generation, and result extraction) and the mode values. However, it does not mention side effects, failure behavior, external site dependencies, or whether a prior browser connection is required.

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 front-loaded with a one-line purpose, followed by a compact mechanism note and a terse Args list. Every sentence contributes useful information with no redundancy.

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?

An output schema exists, so return-value documentation is not required. The core operation and all parameters are well covered. A minor gap is that prerequisites such as whether an active browser connection via comet_connect must already be established are not stated, but this does not substantially block correct invocation.

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?

Schema description coverage is 0%, but the description compensates fully by documenting all three parameters: query, wait_seconds, and mode, including the exact mode values ('search' or 'research'). This adds real semantic 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 opens with a specific verb-resource pair: 'Search the web using Perplexity via Comet,' and then explains the exact mechanism: navigating to perplexity.ai/search?q=QUERY and extracting the AI-generated results. This clearly distinguishes it from sibling tools like comet_navigate or comet_screenshot.

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: use this tool when an AI-generated web search result is needed, and it explicitly notes that no CSS selectors are required. However, it does not name specific sibling alternatives or state conditions for when not to use it, so it stops short of a 5.

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

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/AdilShaikh1/comet-mcp-desktop'

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