Comet Assistant — Browser Tool Definitions

Tool Schema ✦ Curated & attributed Intermediate

A documentation-style listing (not strict JSON schema) of Comet's browser-automation toolset: navigate, computer (click/type/key/scroll/screenshot), read_page (accessibility tree with refs), find (natural-language element search), form_input, get_page_text, search_web, tabs_create, and todo_write. Each tool entry includes purpose, parameters, return values, and best-practice notes plus common tool-chaining sequences.

What makes this prompt notable

  • Every browser tool requires a tab_id parameter, supporting parallel multi-tab workflows
  • read_page returns element references (ref_1, ref_2) that chain into computer and form_input for precise targeting over coordinate clicking
  • search_web caps at 3 keyword queries per call and explicitly forbids using Google.com
  • Documents reusable tool-chain recipes (navigate → read_page → form_input → click) for form completion and search

Discussion (0)

Sign in to join the discussion.
Related

More in Tool & Function Schemas

AU
Augment Code
tool schema

Augment Code — Tool Schemas (Claude Sonnet 4)

JSON tool-definition file for the Augment Agent (Claude Sonnet 4 variant) defining ~22 tools: file editing (str-replace-editor with line-numbered mult…

tool schema definition constraint setting in descriptions enum constraints
229 5.4k 2.3k words
LE
Leap.new
tool schema

Leap.new — Tool Schema Definitions (JSON)

JSON tool/function schema file defining ten code-generation tools for the Leap.new app builder, including create_artifact, define_backend_service, cre…

JSON Schema tool definitions enum constraints nested object schemas
228 6.5k 1.4k words
TR
Traycer AI
tool schema

Traycer AI — Plan Mode Tool Schemas

Tool schemas for Traycer's Plan mode, layering exploration tools (list_dir, file_search, grep_search, read_file, LSP navigation, get_diagnostics) with…

tool-use protocol structured JSON schema multi-agent orchestration
216 5k 1.4k words