Skip to main content
Glama

wiki_create_node_with_markdown

Create a wiki document in a knowledge base directly from Markdown content. Automatically converts Markdown to a formatted document and places it in the specified parent node.

Instructions

在知识库中一步创建带 Markdown 内容的文档节点。内部自动完成:上传 Markdown → 转换为 docx → 移入知识库指定位置。适合需要快速创建有内容的 wiki 文档的场景

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo文档标题(不含扩展名,最多 27 字符)
markdownYesMarkdown 内容
space_idYes知识库 ID
parent_node_tokenNo父节点 wiki token,不填则创建在知识库顶层
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It explicitly discloses the internal chain: '上传 Markdown → 转换为 docx → 移入知识库指定位置', which is valuable behavioral information. It omits failure modes or permissions but is notably transparent about the workflow.

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 compact and well-structured: one sentence for the primary action and internal steps, one for the use case. There is no redundant information, and key information is front-loaded.

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?

The description explains the core behavior and internal pipeline, which is sufficient for a moderately complex tool with no output schema. It does not cover return values or error handling, but that is not critical given the tool's straightforward creation purpose.

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 covers 100% of parameters with descriptions, so the baseline is 3. The description does not add parameter-level details beyond what the schema already provides, but it does not need to.

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 verb '创建' (create) and resource '文档节点' (document node) with Markdown content in a knowledge base. It distinguishes from sibling tools like wiki_create_node by emphasizing the one-step internal conversion pipeline and 'Markdown 内容'.

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

Usage Guidelines4/5

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

The description provides a clear usage context: '适合需要快速创建有内容的 wiki 文档的场景' (suitable for scenarios needing quick creation of wiki docs with content). It does not explicitly mention alternatives, but the scenario guidance is sufficient for basic decision-making.

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/akakenle/feishu-wiki-mcp'

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