Skip to main content
Glama

manage_bitable_table

List, create, update, or delete tables in a Bitable app. Optionally define fields when creating a table.

Instructions

[Official API] Manage a table inside a Bitable app. action=list, create (with optional initial fields), update (rename), delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
app_tokenYesBitable app token (required for all actions). Accepts native token, wiki node, or Feishu URL.
table_idNoTable ID — required for update/delete.
nameNoTable name — required for create, optional for update (rename).
fieldsNoInitial field definitions (create only, optional). Each item: {field_name, type, property?} where type is 1=Text, 2=Number, 3=SingleSelect, 4=MultiSelect, 5=DateTime, 7=Checkbox, 11=User, 13=Phone, 15=URL, 17=Attachment, 18=Link, 20=Formula, 21=DuplexLink, 22=Location, 23=GroupChat, 1001=CreateTime, 1002=ModifiedTime, 1003=Creator, 1004=Modifier.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must fully disclose behavioral traits. It briefly mentions actions but omits side effects, permissions, or app_token fetching requirements. No contradictions exist, but the minimal info leaves gaps.

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

Conciseness4/5

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

The description is a single, well-structured sentence that front-loads the actions. It is efficient with no redundancy, though it could include more details without becoming verbose.

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 no output schema, the description should explain return values for actions like 'list' or 'delete'. It also lacks pagination or error handling context. Incomplete for a multi-action tool with 5 parameters.

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 coverage is 100%, so baseline is 3. The description adds context by linking 'fields' to 'create' and 'name' to 'rename', slightly improving clarity. However, it does not significantly supplement the schema's detailed parameter descriptions.

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's purpose: managing a table in a Bitable app, listing specific actions (list, create, update, delete). It distinguishes from sibling tools like manage_bitable_field or manage_bitable_record by focusing on the table resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description enumerates actions but does not provide explicit guidance on when to use this tool vs. siblings (e.g., managing fields or records). Usage context is only implied by the actions themselves, lacking warnings or prerequisites.

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/EthanQC/feishu-user-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server