Skip to main content
Glama

manage_bitable_app

Create, copy, or fetch metadata for Bitable apps, including attaching new apps to wiki spaces or folders.

Instructions

[Official API] Manage a Bitable app. action=create (new app, optional wiki_space_id to attach), copy (duplicate an existing app), get_meta (read app metadata).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew app name. Required for create/copy.
actionYesOperation to perform
app_tokenNoRequired for copy/get_meta. Native token, wiki node, or Feishu URL.
folder_idNoDestination folder token (optional for create/copy; ignored when wiki_space_id is set).
wiki_space_idNoWiki space ID — create the app directly under this space (create only).
wiki_parent_node_tokenNoParent wiki node within the space (optional for create).
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains what each action does (create new app, duplicate, read metadata) and mentions optional wiki_space_id attachment. However, it does not cover side effects, permissions, or whether operations are asynchronous, leaving some transparency gaps.

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, compact sentence that front-loads the tool's purpose and then lists actions. Every word contributes, with no fluff or redundancy. It is efficiently structured for quick comprehension.

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?

The tool has multiple actions and 6 parameters, but the description is minimal. The schema fully documents parameters, which raises the completeness baseline. Still, the description does not mention return values, error handling, or nuances like copy behavior, leaving some context gaps for a multi-action tool.

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 a small amount of meaning by mapping actions to parameters (e.g., wiki_space_id for create) but does not go beyond what the schema already states for most parameters. The added value is marginal.

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 that the tool manages a Bitable app and enumerates the specific actions (create, copy, get_meta) with a brief explanation of each. This distinguishes it from sibling tools like manage_bitable_table, manage_bitable_field, etc., which target different Bitable components.

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 context is implied through the action list: create for new apps, copy for duplicates, and get_meta for metadata. However, the description does not explicitly mention when to use this tool instead of related tools (e.g., manage_bitable_table) or any exclusions. The guidance is sufficient for straightforward selection but lacks alternative references.

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