Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

table_manage

Establish, delete, list, preview, and render tables. Evolve schemas by adding, removing, or renaming columns for structured data management.

Instructions

📊 表格管理工具:建立、刪除、列表、預覽、渲染、Schema 演進。

Operations:

  • create: 建立新表格

  • delete: 刪除表格

  • list: 列出所有表格

  • preview: Markdown 預覽

  • resume: 恢復工作(Token-efficient)

  • render: 渲染為 Excel/Markdown

  • add_column: 新增欄位

  • remove_column: 移除欄位

  • rename_column: 重新命名欄位

Args: operation: 操作類型 intent: [create] comparison / citation / summary title: [create] 表格標題 columns: [create] 欄位列表 [{"name":"Drug","type":"text"}] source_description: [create] 資料來源 table_id: [大部分操作] 表格 ID limit: [preview] 預覽行數 format: [render] 輸出格式 filename: [render] 檔案名稱 column_name: [add/remove/rename_column] 欄位名 column_type: [add_column] 欄位類型 required: [add_column] 是否必填 default_value: [add_column] 預設值 enum_values: [add_column] enum 可選值 new_name: [rename_column] 新欄位名

Examples: table_manage("create", intent="comparison", title="Drug Compare", columns=[{"name":"Drug","type":"text"}]) table_manage("list") table_manage("preview", table_id="tbl_xxx") table_manage("add_column", table_id="tbl_xxx", column_name="Route", column_type="enum", enum_values=["IV","IM"])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
titleNo
formatNoexcel
intentNo
offsetNo
columnsNo
filenameNooutput
new_nameNo
requiredNo
table_idNo
operationYes
column_nameNo
column_typeNotext
enum_valuesNo
artifact_onlyNo
default_valueNo
source_descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions one trait: 'resume' is 'Token-efficient', but does not describe side effects for destructive operations like delete or remove_column. There is no mention of persistence, irreversibility, or permission requirements. The operation names are self-explanatory, but the description adds minimal behavioral context beyond what the names imply.

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 sections for Operations, Args, and Examples. It is front-loaded with a summary line and uses bullet points for readability. While it is lengthy (about 30 lines), each section serves a purpose—operations, parameter mapping, and usage examples. No fluff, but it could be slightly more compact without losing clarity.

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?

Given the complexity (17 parameters, 9 operations), the description is quite complete: it covers all operations, parameter-operation mappings, and provides multiple examples. An output schema exists, so return values need not be described. It lacks edge-case guidance (e.g., what happens on invalid operation or missing required parameters), but for a dispatcher-like tool, it provides sufficient context for an agent to make initial calls.

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 must compensate. It does so effectively by listing each parameter and associating it with applicable operations (e.g., 'intent: [create] comparison / citation / summary', 'columns: [create] 欄位列表 [{...}]', 'limit: [preview] 預覽行數'). It also provides concrete examples. Not every parameter (e.g., offset, artifact_only) is explained, but the main ones are, and the format is clear.

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 the tool's purpose as a table management tool (建立、刪除、列表、預覽、渲染、Schema 演進) and enumerates nine distinct operations (create, delete, list, preview, resume, render, add_column, remove_column, rename_column). It provides specific verb-resource pairs and examples, which distinguishes it from sibling tools like table_data or plan_table that likely focus on specific operations.

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?

Usage is implied through the operation list and examples (e.g., 'table_manage("create", intent="comparison"...)' shows when to use create). However, there is no explicit guidance on when to use this tool versus alternatives like table_cite, table_data, or docx_table. It does not mention exclusions or alternative tools for specific scenarios, leaving the agent to infer applicability.

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