Feishu App Bot MCP integration for AI agents.
Connect AI agents to Feishu App Bot through 330 structured actions, including batch get messages, add chat members, batch delete base records, and arrange ba…
- ACTION CONTRACTS
- 330
- AUTHENTICATION
- Custom credentials
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Feishu App Bot integration exposes
The Feishu App Bot Agent App exposes 330 provider-backed actions for communication, productivity, and storage work. Its current contract lets an authorized agent fetch up to 50 feishu messages by message id in one request, add users or bots to a feishu chat, and delete up to 200 records in one feishu base request. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses Custom credentials. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Feishu App Bot account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Feishu App Bot capabilities.
Showing 12 of 330 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
batch_get_messagesREADFetch up to 50 Feishu messages by message ID in one request.
INPUTS: messageIds
add_chat_membersWRITEAdd users or bots to a Feishu chat.
INPUTS: chatId / memberIdType / memberIds
batch_delete_base_recordsHIGH IMPACTDelete up to 200 records in one Feishu Base request.
INPUTS: appToken / tableId / recordIds
arrange_base_dashboardREVIEWAsk Feishu to automatically arrange dashboard blocks.
INPUTS: baseToken / dashboardId / userIdType
add_drive_permissionWRITEGrant a collaborator permission on a Feishu Drive resource.
INPUTS: token / resourceType / memberId / memberType / permission
add_message_reactionWRITEAdd one emoji reaction to a Feishu/Lark message.
INPUTS: messageId / emojiType
add_task_commentWRITEAdd a text comment to a Feishu task.
INPUTS: taskGuid / content / userIdType
add_task_to_tasklistWRITEAdd a Feishu task to a tasklist.
INPUTS: taskGuid / tasklistGuid / userIdType
add_wiki_memberWRITEAdd a member to a Feishu Wiki space.
INPUTS: spaceId / memberId / memberType / memberRole / notify
batch_create_base_recordsWRITECreate up to 200 records in one Feishu Base request.
INPUTS: appToken / tableId / records / userIdType
batch_create_okrsWRITECreate objectives and their key results sequentially, with optional rollback on failure.
INPUTS: cycleId / objectives / rollbackOnFailure / userIdType
batch_update_base_recordsWRITEUpdate up to 200 records with record-specific fields in one Feishu Base request.
INPUTS: appToken / tableId / records / userIdType
INPUT CONTRACTS
Know what the action needs before it runs.
batch_get_messages
messageIdsREQUIRED- The Feishu message IDs.
add_chat_members
chatIdREQUIRED- The Feishu chat identifier.
memberIdTypeREQUIRED- The member identifier type.
memberIdsREQUIRED- The user or bot identifiers to change.
batch_delete_base_records
appTokenREQUIRED- The Base app token from a Feishu Base URL.
tableIdREQUIRED- The Base table ID, usually starting with `tbl`.
recordIdsREQUIRED- The record IDs to delete.
arrange_base_dashboard
baseTokenREQUIRED- The Base app token.
dashboardIdREQUIRED- The Base dashboard ID.
userIdTypeREQUIRED- The user ID type used in the response or filters.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Batch Get Messages
Fetch up to 50 Feishu messages by message ID in one request. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
batch_get_messagesControl Add Chat Members
Add users or bots to a Feishu chat. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
add_chat_membersVerify with Add Chat Members
Add users or bots to a Feishu chat. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
add_chat_membersSAFETY BOUNDARY
Operate Feishu App Bot with explicit limits
- Authorize Feishu App Bot with Custom credentials and grant only the provider access required by the selected actions.
- 156 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `batch_delete_base_records`, `delete_app_slash_command`, and `delete_base_block` as high-impact operations and require an explicit approval boundary.
- The sampled contract declares provider scopes including `im:chat.members:write_only`, `docs:permission.member:create`, `im:message.reactions:write_only`, and `task:comment:write`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the Feishu App Bot task completed successfully.
CONNECTION MODEL
Custom credentials
Feishu App Bot uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 122
- WRITE SIGNALS
- 115
- HIGH IMPACT
- 41
- REVIEW SIGNALS
- 52
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Feishu App Bot.