工具 API

xmind_add_boundary

Add boundaries to a mindmap. rangeType 'parent' wraps the whole topic; 'children' groups a contiguous range of the topic's attached children (0-based rangeStart..rangeEnd inclusive). The topic is identified by the id in its <!--t:id--> anchor. An optional title labels the boundary — use it to give a run of siblings a collective name ("MVP scope") or a status tag ("done" / "TBD"); omit it for a pure visual highlight. Put every boundary you are adding in one call via items (up to 200) — do NOT call this once per boundary. An item with bad arguments is skipped and reported; the rest are still written.

productivityOAuth1 积分

调用信息

工具标识
xmind.xmind_add_boundary
服务提供方
Xmind
平均响应
0 ms
近 7 天调用
0

输入参数

fileId必填

The ID of the mindmap file.

items

One entry per boundary — batch them into a single call (up to 200).

topicId

Single-boundary form. Prefer items.

rangeType

Single-boundary form. Prefer items.

rangeStart

Single-boundary form. Prefer items.

rangeEnd

Single-boundary form. Prefer items.

title

Single-boundary form. Prefer items.