工具 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.
调用信息
- 工具标识
- xmind.xmind_add_boundary
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fileId必填The ID of the mindmap file.
itemsOne entry per boundary — batch them into a single call (up to 200).
topicIdSingle-boundary form. Prefer items.
rangeTypeSingle-boundary form. Prefer items.
rangeStartSingle-boundary form. Prefer items.
rangeEndSingle-boundary form. Prefer items.
titleSingle-boundary form. Prefer items.