Skip to main content
Glama

vtable_analyze_headers

Inspect VTable header and cell interaction icons from the scene graph to obtain clickable coordinates, enabling click planning for sorting, filtering, row buttons, and links.

Instructions

【场景图驱动】分析 vtable 列头与单元格内的交互图标组件:header_icons 为表头行真实渲染的交互图标(排序/筛选/下拉/冻结等,含顶层视口坐标可直接点击);cell_icons 为已渲染 body 单元格内的交互图标组件(行内按钮/链接/checkbox/开关等,columns 配置中不存在、只能从场景图获取);capabilities 汇总 sortable/filterable/interactiveCell。用于规划列头点击与行内交互。

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It explains that it is scene-graph driven, that header_icons include directly clickable top-level coordinates, that cell_icons are not in configs and only obtainable from the scene graph, and that capabilities summarizes interactive features. This adds meaningful behavioral detail beyond the tool name.

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

Conciseness5/5

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

The description is compact and front-loaded, using semicolons to efficiently list output fields and ending with a clear use-case clause. Every sentence adds value, with no redundant phrasing.

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

Completeness5/5

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

The description fully covers the returned components (header_icons, cell_icons, capabilities) and their behavioral implications for clicking. Given the read-only nature and presence of an output schema, this is complete and actionable for an agent.

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?

Schema description coverage is 0% since the description omits the sole parameter (iframe_selector). However, the parameter is optional, has a default value, and is self-explanatory from its name. The description's rich output semantics compensate somewhat, but it does not address the parameter at all, so a baseline of 3 is appropriate.

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 clearly states it 'analyzes interactive icon components in vtable column headers and cells' (分析 vtable 列头与单元格内的交互图标组件), with a specific verb and resource. It distinguishes itself from sibling vtable tools by focusing on rendered icons with viewport coordinates and a capabilities summary.

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 provides clear context and an intended use case ('用于规划列头点击与行内交互'), indicating when to use it. It does not explicitly name alternative tools or when not to use, but the context is unambiguous.

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