Skip to main content
Glama

feishu_create_doc

Create Feishu/Lark cloud documents from Markdown content with options for folders, wikis, and async task status queries.

Instructions

从 Markdown 创建云文档(支持异步 task_id 查询)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoMarkdown 内容
titleNo文档标题
folder_tokenNo父文件夹 token(可选)
wiki_nodeNo知识库节点 token 或 URL(可选,传入则在该节点下创建文档)
wiki_spaceNo知识空间 ID(可选,特殊值 my_library)
task_idNo异步任务 ID。提供此参数将查询任务状态而非创建新文档
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions the tool creates documents and supports asynchronous queries, it doesn't describe important behavioral aspects: whether this requires specific permissions, what happens on failure, whether documents are immediately available, rate limits, or what the response contains. The asynchronous functionality is mentioned but not explained in detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise - just one sentence in Chinese. It's front-loaded with the main purpose and includes the asynchronous functionality. However, it could be more structured by separating the creation functionality from the query functionality for clarity.

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?

For a document creation tool with 6 parameters and no annotations or output schema, the description is insufficient. It doesn't explain the tool's behavior, error conditions, response format, or how the asynchronous functionality works. The mention of task_id query suggests dual functionality (create AND query), but this isn't adequately explained given the complexity.

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 description coverage is 100%, so the schema already documents all 6 parameters thoroughly. The description adds minimal value beyond the schema - it mentions Markdown content and asynchronous task_id queries, but doesn't provide additional context about parameter interactions, constraints, or usage patterns that aren't already in the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: '从 Markdown 创建云文档' (create cloud document from Markdown). It specifies the verb ('创建' - create) and resource ('云文档' - cloud document), and mentions support for asynchronous task_id queries. However, it doesn't explicitly differentiate from sibling tools like 'feishu_update_doc' or 'feishu_fetch_doc', which prevents a perfect score.

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?

The description provides minimal usage guidance. It mentions asynchronous task_id query support, but doesn't explain when to use this tool versus alternatives like 'feishu_update_doc' or 'feishu_fetch_doc'. No context about prerequisites, when to choose this over other document creation methods, or any exclusions are provided.

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