工具 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.

productivityOAuth1 积分

调用信息

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

输入参数

fileId必填

The ID of the mindmap file.

sheetId

Limit the listing to one sheet (an `id` from xmind_list_sheets). Omit for the whole file.

limit

How many entries to return (default 100, max 500). `total` reports the true count either way.