AI表格表单网关
可用工具 (4 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
update_form_title 5 个参数 需填 4 项
Update the big title (and optionally description) of an AI-table form view. Syncs both the form title and the view name. Equivalent to: dws aitable form update --title
必填参数:baseId、tableId、viewId、title
set_form_share 4 个参数 需填 4 项
Enable or disable form sharing (programmatic equivalent of the UI '发布并分享' button). Returns share config including shareFormUuid. Equivalent to: dws aitable form share update --enabled
必填参数:baseId、tableId、viewId、enabled
get_form_info 3 个参数 需填 3 项
Read a single form view's current title/name (read-only, for verification).
必填参数:baseId、tableId、viewId
list_forms 2 个参数 需填 2 项
List all form views under a data table (read-only).
必填参数:baseId、tableId
服务介绍
AI表格表单网关
将钉钉 AI 表格(多维表)接入为 MCP 服务,AI 助手可通过该服务读取表结构、查询和写入表单数据。
服务信息
- 传输协议:Streamable HTTP
- 服务地址:https://meztli-aitable-form-gateway.ms.show/mcp
- 鉴权方式:连接无需额外 key,access_token 由服务端自动管理
主要功能
- 更新 AI 表格的表单视图内部的大标题
使用说明
- 在 MCP 客户端中选择 Streamable HTTP 类型;
- 填入上方服务地址即可连接,无需查询参数;
- 服务托管于 ModelScope 创空间,需空间处于「运行中」状态,连接超时请稍后重试。