工具 API
xmind_ list_ folders
List the direct child folders of a folder or space, plus breadcrumbs back to the space root. Pass a spaceId from xmind_list_spaces or a folderId from a previous call as folderId (a space's root folder id IS its spaceId); omit it for the default space's root. Returns one level only — call again with a child's folderId to go deeper. When the response includes nextCursor, pass it back as cursor (with the same folderId) to fetch more folders at this level.
productivityOAuth1 积分
调用信息
- 工具标识
- xmind.xmind_list_folders
- 服务提供方
- Xmind
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
folderIdTarget folder or space. Accepts a folderId from xmind_list_folders or a spaceId from xmind_list_spaces (a space's root folder id IS its spaceId). Omit for the default space.
cursorOpaque pagination cursor from a previous response's nextCursor. Use with the same folderId.