Skip to main content
Glama
hqhq1025

open-zcode-computer-use

by hqhq1025

Select Text

select_text
Destructive

Selects all text in a UI element or targets a specific UTF-16 character range, enabling precise text editing and clipboard operations.

Instructions

Select all or a UTF-16 range in a text element.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
text_rangeNo
return_stateNoOptionally observe the target again after the action.none
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, destructiveHint=true, and idempotentHint=false, so the description's job was to add behavioral context beyond that. It only adds the UTF-16 detail; it does not disclose that selecting replaces the previous selection, how coordinate targets resolve, or what side effects occur on the text element.

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 one concise sentence with no filler and the key operation is front-loaded. It is efficient, though slightly too terse to fully support the more complex parameter semantics.

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 a non-trivial target schema, three parameters, and no output schema, this description is incomplete. It does not explain how target coordinates select a text element, what return_state values imply, or how text_range indices behave, leaving important context for the agent to infer.

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?

The phrase 'all or a UTF-16 range' gives useful meaning to text_range (null for all, array for a range) and adds UTF-16 encoding semantics. However, with schema description coverage at only 33%, the description does not compensate enough for the ambiguity of target (element vs coordinate) or clarify range inclusivity and bounds.

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 states a specific action ('select') on a specific resource ('text element') with a clear scope ('all or a UTF-16 range'). This distinguishes it from sibling actions like type, click, or set_value, though it does not explicitly name any alternative.

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?

There is no guidance on when to use select_text versus alternatives such as set_value or click, nor any mention of when not to use it. The only contextual hint is 'in a text element', which is too weak to route an agent to this tool confidently.

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