Skip to main content
Glama

oc_observe

Read-onlyIdempotent

Retrieve a deterministic numbered list of actionable elements from a browser tab to directly perform click, fill, select, hover, or focus actions, eliminating the need for full-page reading.

Instructions

Deterministic, numbered list of actionable elements on the page. When to use: replace the read_page → query_dom → inspect → interact pattern when you already know which kind of action you want to take (click / fill / select / hover / focus). Returns refs that plug directly into interact. When NOT to use: full-page comprehension (use read_page), structural CSS diagnostics (use read_page mode=css), or natural-language replay (use act). No LLM, no outbound network — pure AX-tree traversal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesREQUIRED Tab ID to observe
scopeNo'viewport' (default) restricts to the current viewport; 'document' returns all actionable nodes
actionsNoFilter to nodes offering at least one of these action verbs
limitNoHard cap on returned entries (default 200, max 1000)
includeHiddenNoInclude disabled / aria-hidden / display:none nodes (default false)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds context beyond annotations: 'No LLM, no outbound network — pure AX-tree traversal,' reinforcing deterministic and safe behavior.

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?

Description is concise (4 sentences) with front-loaded purpose, clear usage guidelines, and no redundant text. Every sentence adds value.

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 no output schema, description covers return value ('Returns refs that plug directly into interact'), purpose, usage boundaries, and operational constraints. Complete for a list tool with rich annotations.

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% with clear descriptions for all 5 parameters. Description adds no extra parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.

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?

Description explicitly states 'Deterministic, numbered list of actionable elements on the page' with specific verb and resource. It clearly distinguishes from sibling tools like read_page and act by referencing the read_page→query_dom→inspect→interact pattern.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance ('replace the read_page → query_dom → inspect → interact pattern when you already know which kind of action you want to take') and when-not-to-use guidance with alternative tools (read_page for comprehension, act for language-based replay, etc.).

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/shaun0927/openchrome'

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