Skip to main content
Glama

lark_bitable_list_records

Retrieve records from a Feishu bitable table by specifying the app token and table ID, with optional filters and pagination.

Instructions

读取飞书多维表格(Bitable)中指定数据表的记录

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_tokenYes多维表格的 app_token(URL 中的 base 部分)
table_idYes数据表 ID(tbl 开头)
page_sizeNo每页条数,最大 500
filterNo过滤条件,格式参考飞书文档
Behavior1/5

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

No annotations exist, so the description must fully disclose behavioral traits. It only states 'read records' without mentioning pagination, rate limits, error handling, or effects like read-only nature. This is insufficient.

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 sentence that is concise and front-loaded. Every word serves a purpose, with no fluff or redundancy.

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 and no annotations, the description is too brief. It omits important contextual details such as return format, pagination behavior, or usage notes for the filter parameter. The tool complexity (4 parameters, list operation) demands more 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?

Schema coverage is 100% with descriptions for all 4 parameters. The tool description does not add additional meaning beyond what the schema provides, so baseline 3 is appropriate.

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 reads records from a specified data table in Lark Bitable, using a specific verb ('读取' - read) and resource ('多维表格中指定数据表'). It is distinct from the sibling tool lark_bitable_create_record, which creates records.

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 guidance is provided on when to use this tool versus alternatives, such as when to use lark_bitable_create_record or other tools. There is no explanation of prerequisites or context.

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/venchuian/lark-custom-mcp-ts'

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