Skip to main content
Glama

vtable_select_rows

Select or deselect canvas-rendered VTable rows by simulating mouse clicks on checkbox coordinates, handling iframe offsets, and returning state changes with dynamic layer/navigation observations.

Instructions

勾选/取消勾选 VTable 表格中的行。VTable 是 canvas 渲染,DOM 中无复选框,本工具在内部一次性完成实例刷新、checkbox 列定位、目标行坐标计算(iframe 相对顶层偏移 + canvas 相对 iframe 偏移合成)并发送真实鼠标点击,返回勾选前后变化。row_indexes 为 0 起始的纯数据行索引列表;action 可选 check(确保勾选,默认,幂等)/uncheck(确保取消)/toggle(逐行切换)。点击后自动观察并返回 observation:dynamic_layers/new_layers(浮层与消息弹窗)、navigation.url_changed(tab 页跳转)、navigation.frames_changed(iframe 跳转)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNocheck
row_indexesYes
iframe_selectorNodiv[aria-hidden=false] iframe

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses the internal pipeline (instance refresh, checkbox column location, coordinate calculation combining iframe and canvas offsets, real mouse click), reports before/after changes, and lists automatic observations for popups and navigation changes. It does not mention potential wait times or error conditions, so it is not a perfect 5.

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 paragraph that logically proceeds from purpose to mechanism to parameters to observations. Every sentence contributes necessary information, though it is fairly long and dense with technical detail, lacking the extreme brevity of a perfect example.

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?

For a tool with significant complexity (canvas rendering, coordinate math, synthetic clicks), the description covers the mechanism, parameters, and return observations. The only notable omission is a fuller explanation of iframe_selector, but the default value and the offset explanation make it usable. Overall, the description is sufficiently complete for an agent.

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

Parameters4/5

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

Schema description coverage is 0%, so the description compensates by explaining row_indexes as zero-based data row indices and action with default, options, and semantics (check/uncheck/toggle). However, iframe_selector is not explicitly described, although the mention of iframe offset calculations provides partial context. This is a minor gap for a defaulted parameter.

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?

The description opens with '勾选/取消勾选 VTable 表格中的行' (check/uncheck rows in VTable), specifying the exact action and resource. This clearly distinguishes it from sibling vtable_get_* tools which read data or analyze headers, making the tool's purpose unmistakable.

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

Usage Guidelines4/5

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

It explains that VTable is canvas-rendered with no DOM checkboxes, implying that this tool is the correct choice for selection tasks that generic click_interact cannot handle. It details the action semantics and idempotency, but does not explicitly name alternative tools or describe when not to use this tool, stopping short of a full 5.

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/hooplus1ce/qa-automation-mcp-plugin'

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