Skip to main content
Glama

manage_bitable_table

Manage tables in a Feishu Bitable app: list, create with custom fields, rename, or delete. Simplify table operations for your data organization.

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
nameNoTable name — required for create, optional for update (rename).
actionYesOperation to perform
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.
table_idNoTable ID — required for update/delete.
app_tokenYesBitable app token (required for all actions). Accepts native token, wiki node, or Feishu URL.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not mention side effects of delete, whether operations require special permissions, rate limits, or what happens on update beyond renaming. The destructive nature of 'delete' is not flagged.

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 a single, densely informative sentence. It front-loads the core purpose ('Manage a table') and efficiently lists the actions without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a CRUD tool with no output schema and no annotations, the description is somewhat thin. It does not explain return values, prerequisites for delete, or confirm that update only renames (though this is hinted). The schema covers parameter semantics but not behavioral context.

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?

The input schema already covers all parameters with 100% description coverage. The description adds marginal clarifications like 'update (rename)' and 'create (with optional initial fields)', but these are already implied in the schema. No substantial new information is provided.

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 identifies the tool as managing a table inside a Bitable app and enumerates the specific operations (list, create, update, delete). This distinguishes it from sibling tools like manage_bitable_record and manage_bitable_field by explicitly targeting 'table'.

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?

Usage is implied by the action list and the resource type ('table'), but there is no explicit guidance on when to use this tool versus alternatives like manage_bitable_record. No exclusions or alternative suggestions are provided.

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