lark_oauth_start
Initiate OAuth device flow for Feishu/Lark user authorization to enable access to messaging, document management, calendar operations, and task management tools.
Instructions
【OAuth】启动飞书用户授权的 Device Flow,返回授权 URL 和用户码。使用后请让用户在浏览器打开 verification_uri 并输入 user_code,然后调用 lark_oauth_complete(device_code) 完成授权。授权成功后,所有 feishu_* 用户态工具(建多维表、改日历、创文档等)即可使用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Space-separated OAuth scopes. If omitted, a broad default set covering messaging / bitable / calendar / drive / wiki / sheets / task is used. |