Skip to main content
Glama

bitable_create_record

Insert a new record into a Feishu multidimensional table using app token, table ID, and field values. Enables efficient data entry across Bitable sheets.

Instructions

在多维表格中创建一条记录

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYes字段数据,key 为字段名,value 为对应值
table_idYes数据表 ID
app_tokenYes多维表格 app_token
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It only states the tool creates a record, but does not mention side effects, required permissions, whether the operation is idempotent, or what the response contains. This is a significant gap for a mutation tool.

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

Conciseness3/5

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

The description is a single short sentence, which is concise but arguably under-specified. It is not verbose, yet it lacks any additional helpful structure or elaboration, making it borderline between adequate conciseness and excessive terseness.

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 the tool has 3 parameters, a nested fields object, and no output schema or annotations, the description is too sparse. It does not explain constraints on field values, what happens on success/failure, or the format of the created record. The agent would need to infer too much for reliable invocation.

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 schema has 100% parameter description coverage, so the baseline is 3. The description itself adds no extra semantic information beyond what the schema already provides for each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '在多维表格中创建一条记录' clearly states the action (create) and resource (a record in a bitable). It distinguishes from siblings like bitable_update_record and bitable_search_records by its explicit 'create' verb, though it doesn't name alternatives explicitly.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not mention when to use this tool versus alternatives, nor any prerequisites or context. The only implied usage is from the tool name and description, which is insufficient for an agent to make a confident selection.

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/akakenle/feishu-wiki-mcp'

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