table_history
Retrieve table change history or estimate token consumption for a given table ID.
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
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| limit | No | ||
| draft_id | No | ||
| table_id | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |