Skip to main content
Glama
AdilShaikh1

Comet MCP Server

by AdilShaikh1

comet_screenshot

Capture a screenshot of the current page as a base64 PNG image. Use full_page to include the entire scrollable content.

Instructions

Take a screenshot of the current Comet page. Returns base64 PNG.

Args: full_page: Whether to capture the full scrollable page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
full_pageNo

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.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It clearly discloses the return format (base64 PNG) and the effect of the full_page flag, which is the key behavioral toggle. It omits minor details like image dimensions or load-wait behavior, but the core behavior is transparent.

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?

Two crisp sentences with an args section. The core action and return type are front-loaded, and every sentence earns its place without extraneous detail.

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?

For a simple tool with one optional parameter and a stated return format, the description is fully sufficient to invoke it correctly. It covers the only toggle, the target ('current Comet page'), and what the caller receives.

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?

Although the schema's property has no description, the tool description manually documents full_page as 'Whether to capture the full scrollable page.' This adds the exact meaning an agent needs beyond the schema's title and default value.

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?

States a specific verb and resource: take a screenshot of the current Comet page. The return format (base64 PNG) further clarifies the tool's role and distinguishes it from siblings like comet_read_page, which would read page content.

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

Usage Guidelines3/5

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

Usage is implied by the action itself: use this when a visual capture of the current page is needed. However, it does not explicitly contrast with alternatives such as comet_read_page or state when not to use the tool.

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