Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

table_history

Retrieve a table's change history or estimate token usage for drafts and text.

Instructions

📜 表格歷史與統計:變更紀錄、Token 估算。

Operations:

  • changes: 查看表格變更歷史

  • tokens: 估算 Token 消耗

Args: operation: 操作類型 table_id: 表格 ID [changes, tokens] limit: [changes] 最近 N 筆 draft_id: [tokens] 草稿 ID(可選) text: [tokens] 任意文字(可選)

Examples: table_history("changes", "tbl_xxx") table_history("tokens", "tbl_xxx")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes
table_idNo
limitNo
draft_idNo
textNo

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 must carry full behavioral disclosure. It describes operations and parameters but does not state safety (read-only vs mutation), permissions, side effects, or limitations. Output schema exists but return behavior is not described.

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 concise, about 10 lines, with structured headers and bullet points. It front-loads the purpose and every sentence earns its place without fluff.

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?

The tool has two operations and five parameters. The description explains both modes and parameter usage but does not describe return format or prerequisites. Output schema exists, so return values are covered externally. Slightly more context on what each operation returns would improve completeness.

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?

With 0% schema description coverage, the description adds significant value by mapping parameters to operations (e.g., limit only for changes, draft_id/text optional for tokens) and providing examples. This compensates well for the schema gap.

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 provides table history and token estimation, listing two distinct operations (changes and tokens). This distinguishes it from sibling tools like table_data or table_manage.

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?

No guidance is given on when to use this tool versus alternatives. Examples are provided but no when-to-use or when-not-to-use advice, and sibling tools are not mentioned.

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