Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoSpace-separated OAuth scopes. If omitted, a broad default set covering messaging / bitable / calendar / drive / wiki / sheets / task is used.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: it returns an authorization URL and user code, requires user interaction (opening a browser and entering a code), and enables other Feishu tools upon successful authorization. However, it doesn't mention potential errors, rate limits, or authentication requirements beyond the OAuth flow, leaving some 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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by clear usage instructions and context. Every sentence earns its place by providing essential information without redundancy, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (OAuth flow initiation) and lack of annotations or output schema, the description is mostly complete. It explains the purpose, usage flow, and outcome (enabling other tools), but doesn't detail return values or error handling, which could be helpful for an agent. However, it covers the critical aspects well for its role.

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 input schema has 100% description coverage for its single parameter (scope), so the baseline is 3. The description does not add any parameter-specific information beyond what the schema provides (e.g., it doesn't explain scope usage or examples), but it doesn't need to compensate as schema coverage is high.

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's purpose: '启动飞书用户授权的 Device Flow,返回授权 URL 和用户码' (Start Feishu user authorization Device Flow, return authorization URL and user code). It specifies the exact action (start OAuth Device Flow) and resource (Feishu user authorization), and distinguishes itself from sibling tools like lark_oauth_complete, which is mentioned as the next step.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines: '使用后请让用户在浏览器打开 verification_uri 并输入 user_code,然后调用 lark_oauth_complete(device_code) 完成授权' (After use, have the user open verification_uri in a browser and enter user_code, then call lark_oauth_complete(device_code) to complete authorization). It clearly states when to use this tool (to start OAuth) and what to do next, including naming the alternative tool (lark_oauth_complete).

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/WilliamMo101/lark-hermes-mcp'

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