Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

table_manage

Create, modify, and export data tables. Manage columns, preview content, and render in Excel or Markdown format.

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
operationYes
intentNo
titleNo
columnsNo
source_descriptionNo
table_idNo
limitNo
offsetNo
formatNoexcel
filenameNooutput
artifact_onlyNo
column_nameNo
column_typeNotext
requiredNo
default_valueNo
enum_valuesNo
new_nameNo
ctxNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 does not disclose side effects (e.g., whether delete is irreversible, whether create requires permissions), token usage for resume, or error handling. The resume operation is described only as 'Token-efficient' without detail. The behavioral traits are not sufficiently described.

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

Conciseness3/5

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

The description is long (over 30 lines) with repeated formatting and emoji. It is structured into sections (Operations, Args, Examples), which helps readability, but each sentence is not necessarily earning its place. The arguments list is verbose with brackets and default values that could be omitted or merged.

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 complexity (18 parameters, 9 operations, no annotations), the description is not complete. It does not explain return values or what the output schema contains, does not cover all parameters, and lacks context on errors, authorization, or the resume operation's token efficiency. The offset and artifact_only parameters are entirely missing from the description.

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%, so the description must compensate. It adds value by listing parameters with brief explanations and indicating which operation they apply to (e.g., [create] intent, [preview] limit). However, it omits some schema parameters like offset, artifact_only, and ctx, and the explanations are minimal (e.g., column_type: '欄位類型'). The examples help, but coverage is incomplete.

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 is for table management with a list of operations (create, delete, list, preview, etc.). It uses specific verbs for each operation, and the title '表格管理工具' reinforces the purpose. However, it does not explicitly distinguish this from sibling tools like table_cite or table_data, which also deal with tables.

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 lists operations and their associated arguments but provides no guidance on when to use this tool versus alternatives (e.g., when to use table_manage vs. plan_table). There are no explicit when-to-use or when-not-to-use statements, and no comparison with siblings.

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