Skip to main content
Glama

gui_observe

Observe browser, Android, or macOS GUI targets to capture screenshots and status, with optional accessibility tree for UI analysis.

Instructions

观察 GUI 目标:浏览器页面、安卓设备屏幕或 macOS 桌面。返回截图和状态信息。

Args: target: 观察目标 (browser|android|macos) session_id: 会话 ID include_screenshot: 是否包含截图 include_accessibility_tree: 是否包含无障碍树

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNobrowser
session_idNodefault
include_screenshotNo
include_accessibility_treeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description is the sole source of behavioral information. The verb '观察' (observe) implies a read-only operation, and the description states it returns a screenshot and status, which is useful. However, it does not explicitly confirm non-destructiveness, mention any side effects on the target system, or disclose prerequisites like requiring an active session. It adds some context beyond the schema but lacks full transparency.

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 compact and well-structured: a one-sentence purpose followed by a concise ARGS list. Every line provides necessary information with no filler or repetition. It is appropriately sized for the tool's complexity and front-loaded with the primary behavior.

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 an output schema exists (though not shown), the description need not enumerate return fields in detail. It mentions the key return type (screenshot, status) and parameter effects. It could further explain session semantics or real-time capture behavior, but for a straightforward observation tool the coverage is adequate. Missing explicit mention of read-only behavior is slightly mitigated by the verb 'observe'.

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?

The schema provides only titles and defaults with zero descriptions, so the description's Args section carries the full semantic weight. It explains each parameter's meaning, including the allowed values for 'target' (browser|android|macos), the purpose of session_id, and booleans for screenshot and accessibility tree inclusion. This is a strong complement to the schema, adding critical context where the schema is silent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it observes GUI targets (browser, Android, macOS) and returns screenshots and status info. It uses a specific verb 'observe' and names distinct resources, which distinguishes it from mutation tools like gui_act. However, it doesn't explicitly differentiate from vision-related sibling tools such as vision_inspect, so it's not fully distinct.

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 gives no guidance on when to use this tool versus alternatives like vision_inspect or health_check. There are no exclusions or context cues for choosing this over other observers/monitors. The intended use is implied by the name and primary sentence, but explicit usage guidance is absent.

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/rorojiao/local-mmcp'

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