Skip to main content
Glama
hqhq1025

open-zcode-computer-use

by hqhq1025

Scroll

scroll
Destructive

Move a macOS app's viewport by a page-like amount in a chosen direction, targeting either an accessibility element or a screen coordinate. Returns updated state if requested.

Instructions

Scroll at a bound element or frame coordinate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
app_refNo
strategyNoPrefer accessibility, require accessibility, or require event dispatch.auto
return_stateNoOptionally observe the target again after the action.none
scroll_amountYesPositive page-like scroll amount.
scroll_directionYesScroll direction.
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, and the description adds no behavioral context beyond the fact that scrolling happens. It does not disclose that scroll input may trigger events, change visible content, or be affected by strategy/app_ref, and it does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no padding and the verb is front-loaded. It loses some clarity due to the cryptic 'bound' adjective, but otherwise it is appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with six parameters, no output schema, and destructive annotations, this description is too thin. It omits important practical context such as what a scroll amount means, how coordinates relate to frames, and what happens after the action, leaving the agent to infer behavior from the schema alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents most parameters, but the description adds almost no semantic value beyond restating the target kind. It does not clarify 'bound element', 'page-like scroll amount', how app_ref is resolved, or the effects of strategy/return_state, so it only partially compensates for the 67% schema coverage.

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?

The description names a specific verb ('Scroll') and a resource ('a bound element or frame coordinate'), which aligns with the target union of element or coordinate. It is distinguishable from siblings like click or drag, though the word 'bound' is ambiguous and adds some confusion.

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 such as left_click_drag, key, or mouse_move. There are no exclusions, prerequisites, or conditions stated; usage is only implied by the tool name.

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

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/hqhq1025/open-zcode-computer-use'

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