Skip to main content
Glama
bluechonk

dsh-computer-use

by bluechonk

type

Enter text into UI elements or app-scoped targets using accessibility-first semantic targeting, with fallback to screen coordinates when needed.

Instructions

Type text into an element or app-scoped target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
targetNo
strategyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.14

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden, but it only states the basic action. It does not disclose whether typed text replaces or appends content, whether accessibility permissions are required, what 'app-scoped target' means behaviorally, or how the 'strategy' modes affect execution.

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, front-loaded sentence with no filler. It earns its place by stating the action and target scope, though it is too terse to carry all necessary context.

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?

The tool has a nested target object, an enum-based 'strategy' parameter, no output schema, and no annotations. The description does not explain how to construct a target, when 'strategy' matters, or what side effects typing may have, leaving an agent under-equipped for anything beyond the simplest call.

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?

Schema description coverage is 0%, so the description must compensate. It adds minimal meaning by identifying 'text' as the content to type and 'target' as an element or app-scoped target, but it leaves the nested target fields and 'strategy' enum entirely unexplained.

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 uses a clear verb and resource: 'Type text into an element or app-scoped target.' This makes the core purpose understandable. However, it does not differentiate from sibling tools like 'key' or 'set_value', which could also be relevant for text-like input.

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?

No guidance is given about when to use this tool versus alternatives such as 'key', 'set_value', or 'write_clipboard'. The description also does not explain when to choose among the 'strategy' values or when a target should be provided.

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