Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

table_data

Manage table data in PDF assets by adding, retrieving, updating, or deleting rows and cells.

Instructions

📝 表格資料操作:新增/取得/更新/刪除 列 & 儲存格。

Operations:

  • add_rows: 批次新增資料列

  • get_row: 取得單列(含引用)

  • update_row: 整列更新

  • delete_row: 刪除列

  • get_cell: 取得單格(含引用)

  • update_cell: 更新單格

  • clear_cell: 清除單格

Args: operation: 操作類型 table_id: 表格 ID rows: [add_rows] 資料列列表 row: [update_row] 新的列資料 row_index: [get/update/delete_row, cell ops] 列索引 (0-based) column_name: [cell ops] 欄位名 value: [update_cell] 新的值

Examples: table_data("add_rows", "tbl_xxx", rows=[{"Drug":"A","Dose":1}]) table_data("get_row", "tbl_xxx", row_index=0) table_data("update_cell", "tbl_xxx", row_index=0, column_name="Drug", value="B")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes
table_idYes
rowsNo
rowNo
row_indexNo
row_idNo
offsetNo
limitNo
searchNo
filtersNo
include_coverageNo
selected_columnsNo
column_nameNo
valueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses operations and includes notes about '含引用' (with reference) for get_row and get_cell, but does not mention side effects, authentication, rate limits, or behavior for unlisted operations like query_rows.

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 well-structured with headers and bullet points, efficiently conveying operations and parameters. However, it is somewhat lengthy due to repeated notes like '含引用' and could be tightened.

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?

Given the tool's complexity (14 parameters, multiple operations, no annotations), the description is incomplete. It ignores the query_rows operation and many parameters. The output schema exists but is not explained. Examples cover only three operations, leaving gaps.

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 coverage is 0%, yet the description only explains a subset of parameters (operation, table_id, rows, row, row_index, column_name, value). It omits crucial parameters like row_id, offset, limit, search, filters, include_coverage, and selected_columns, which are needed for query operations.

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 it manipulates table data (rows and cells) and lists specific operations. However, it does not differentiate from sibling tools like 'docx_table' or 'table_manage', reducing clarity for distinguishing when to use this tool.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it explain when to choose one operation over another. It lacks explicit context or exclusions.

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/u9401066/asset-aware-mcp'

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