Skip to main content
Glama

vtable_scan_columns

Scan all VTable columns to get titles, cell behavior types, and header icon viewport coordinates for direct click interaction without offset.

Instructions

【推荐】扫描 VTable 全部列(含多级表头):返回每列标题、body 行为分类(checkbox/button/文本等),以及【表头图标的顶层视口坐标 viewportX/viewportY】(经场景图 scenegraph 精确计算)。坐标可直接传给 click_interact(by="coordinate", coordinate_space="top") 点击,无需叠加偏移。用于规划列头点击(排序/筛选/下拉图标)与列交互。

Input Schema

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

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 carries the full burden. It discloses that coordinates are precisely calculated via scenegraph and are directly usable with click_interact without offset, which is valuable behavioral context. However, it does not explicitly state that the tool is read-only or mention any potential performance costs, limitations, or side effects, leaving some transparency gaps.

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 moderately concise, with the main purpose front-loaded and the key coordinate usage explained in a few sentences. The bold segments and 'recommended' tag add emphasis without unnecessary verbosity. It is not as tight as a two-sentence description, but each sentence contributes meaningful information.

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

Completeness3/5

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

The description covers the core behavior, outputs, and integration with click_interact, which is good for a scan tool with an output schema. However, it omits explanation of the input parameters and does not explicitly differentiate from similar sibling tools like vtable_analyze_headers. It is adequate but leaves gaps in parameter understanding and tool selection context.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain the meaning or usage of max_col or iframe_selector. The agent must infer their purpose from parameter names and defaults, which is insufficient. The description entirely fails to compensate for the lack of schema documentation.

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 clearly states the tool scans all columns of a VTable (including multi-level headers) and returns specific outputs: column titles, body behavior classification, and header icon viewport coordinates. It uses a specific verb ('scan') and resource ('VTable columns'), and the mention of scenegraph-calculated coordinates strongly differentiates it from generic sibling tools, though it doesn't explicitly name an alternative.

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?

The description explicitly states the use case: '用于规划列头点击(排序/筛选/下拉图标)与列交互' (for planning column header clicks and column interactions). It also explains how to use the returned coordinates with click_interact, providing clear context on when to invoke this tool. It does not mention exclusions or alternatives, but the usage guidance is sufficiently clear.

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