工具 API
xmind_ list_ resources
List everything a mindmap file references: attachments, topic images, audio notes, web links and local-file links. Each entry names the topic that carries it, so you can pass topicId to xmind_get_topic to see it in context. Returns the whole file unless you pass sheetId. This lists references, not bytes — use it to answer "what is in this file" without reading the map. Returns at most 100 entries by default; `total` always carries the true count and `truncated` says whether the list was cut. When it is cut, either raise limit (up to 500) or narrow with sheetId — do not assume what came back is everything.
调用信息
- 工具标识
- xmind.xmind_list_resources
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fileId必填The ID of the mindmap file.
sheetIdLimit the listing to one sheet (an `id` from xmind_list_sheets). Omit for the whole file.
limitHow many entries to return (default 100, max 500). `total` reports the true count either way.