Skip to main content
Glama

vtable_analysis

Scans VTable headers, icons, and cells for interaction evidence, returning viewport coordinates you can pass to ui_interact. Use table_index when multiple tables exist, and interactive mode by default to avoid business values.

Instructions

扫描当前 VTable 的列头、交互图标和有限值单元格的交互证据。

结果只来自 VTable API 和已渲染 scenegraph,不会点击或展开 canvas DOM。每个 表头/单元格及其图标都附带顶层页面 viewport 绝对坐标;editor 中的 click_opens_dom_input 表示该单元格已有 editor,且 VTable 配置允许单击触发 原生输入控件。把其中 geometry.point 原样交给 ui_interact 即可执行。 同一 iframe 内有多张可见 VTable 时,首次调用只返回极简表格目录;从中选择 table_index 再分析,避免把坐标落到另一张表。默认 interactive 模式只展开有 交互证据且当前可见的样本,不返回业务值;可用 fields 缩小字段范围。诊断时才 使用 mode="full"、include_values=True 或 visible_only=False,以控制 MCP token。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNointeractive
fieldsNo
max_columnsNo
sample_rowsNo
table_indexNo
visible_onlyNo
include_valuesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden, and it delivers: it states it reads only VTable API/scenegraph, never clicks or expands canvas DOM, returns absolute viewport coordinates, explains click_opens_dom_input, and documents multi-table catalog behavior and token-control modes. No contradiction with annotations exists.

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 purpose is front-loaded and nearly every clause adds behavioral or workflow value. The single dense paragraph is information-rich but would benefit from clearer separation of modes, catalog selection, and diagnostic toggles.

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 7-parameter tool with no annotations and an output schema, the description is almost complete: workflow, coordinate handoff, defaults, and diagnostic overrides are all covered. The missing semantics for max_columns/sample_rows and the lack of explicit sibling-tool exclusions keep it from a 5.

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 mode, fields, include_values, visible_only, and table_index. It leaves max_columns and sample_rows undocumented, so parameter coverage is strong but not complete.

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 opens with a specific verb and resource: scanning current VTable headers, interaction icons, and limited-value cells for interaction evidence. It clearly distinguishes the tool's scope, though it does not explicitly name sibling tools to contrast against.

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

Usage Guidelines3/5

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

It provides operational instructions: first call returns a catalog when multiple VTables exist, table_index disambiguates, and interactive vs full modes are explained. However, it never states when to prefer vtable_analysis over alternatives like vtable_cell_info or vtable_read_cells, so usage boundaries remain implicit.

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'

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