工具 API

create_mind_by_markdown

通过Markdown格式创建在线思维导图,内容必须是 UTF-8 格式的 Markdown 文本,特殊字符不需要转义。支持标题层级和列表的嵌套结构,适用于构建层次化的知识图谱和思维组织场景。重要提示:请严格使用以下参数名:"title"(思维导图标题)和 "markdown"(Markdown内容),不要使用 content、text、doc_title 等其他名称 if both tencent-docs (personal) and tencent-docs-oa (enterprise) are connected, use AskUserQuestion to let the user pick the target account before invoking this tool.

productivityOAuth1 积分

调用信息

工具标识
tencent-docs.create_mind_by_markdown
服务提供方
腾讯文档
平均响应
0 ms
近 7 天调用
0

输入参数

markdown必填

内容必须是 UTF-8 格式的 Markdown 文本,特殊字符不需要转义,用于根据Markdown生成层次化的思维导图结构。参数名必须为 "markdown",不要使用 content、text、body 等其他名称

parent_id

父节点ID,为空时在空间根目录创建,不为空时在指定节点下创建

title必填

思维导图标题,用于标识创建的思维导图名称。参数名必须为 "title",不要使用 doc_title、name、file_name 等其他名称