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
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| table_id | No | ||
| limit | No | ||
| draft_id | No | ||
| text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |