miro-browse
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBrowse Miro Board Contents
浏览Miro白板内容
List and explore items on a Miro board with optional filtering.
列出并浏览Miro白板上的项目,支持可选筛选。
Inputs
输入信息
Identify from the user's request:
- board-url (required): Miro board URL
- item-type (optional): Type of items to filter
从用户请求中确定以下内容:
- board-url(必填):Miro白板URL
- item-type(可选):要筛选的项目类型
Item Types
项目类型
- - Frames/containers
frame - - Sticky notes
sticky_note - - Card widgets
card - - Shapes
shape - - Text elements
text - - Images
image - - Documents
document - - Embedded content
embed
- - 框架/容器
frame - - 便签
sticky_note - - 卡片组件
card - - 形状
shape - - 文本元素
text - - 图片
image - - 文档
document - - 嵌入内容
embed
Workflow
工作流程
- If board URL is missing, ask the user for it
- Call with the board URL, requesting up to 50 items. Apply type filter if the user specified one. If the URL contains a moveToWidget parameter, scope to that container.
board_list_items - Present the items in a readable format:
- Show item type, ID, and relevant content/title
- Group by type if showing mixed items
- If there are more items (cursor returned), offer to load more
- Offer follow-up actions:
- Focus on a specific frame
- Filter by a different type
- Get details about a specific item
- 如果缺少白板URL,询问用户提供该URL
- 调用工具,传入白板URL,请求最多50个项目。如果用户指定了类型,则应用类型筛选。如果URL包含moveToWidget参数,则限定在该容器内。
board_list_items - 以易读格式展示项目:
- 显示项目类型、ID以及相关内容/标题
- 如果展示混合类型项目,按类型分组
- 如果还有更多项目(返回cursor),提供加载更多选项
- 提供后续操作选项:
- 聚焦特定框架
- 按其他类型筛选
- 获取特定项目的详细信息
Examples
示例
User input:
list items on https://miro.com/app/board/abc=Action: List all items on the board (first page).
User input:
show me frames on https://miro.com/app/board/abc=Action: List only frames on the board.
User input:
what's inside https://miro.com/app/board/abc=/?moveToWidget=123Action: List items within the specified frame/container.
用户输入:
list items on https://miro.com/app/board/abc=操作: 列出白板上的所有项目(第一页)。
用户输入:
show me frames on https://miro.com/app/board/abc=操作: 仅列出白板上的框架。
用户输入:
what's inside https://miro.com/app/board/abc=/?moveToWidget=123操作: 列出指定框架/容器内的项目。
Output Format
输出格式
Present items clearly:
undefined清晰展示项目:
undefinedFrames (3 found)
Frames (3 found)
- Design Specs (ID: 3458764612345)
- User Flows (ID: 3458764612346)
- Component Library (ID: 3458764612347)
- Design Specs (ID: 3458764612345)
- User Flows (ID: 3458764612346)
- Component Library (ID: 3458764612347)
Sticky Notes (12 found)
Sticky Notes (12 found)
- "User feedback: navigation confusing" (ID: 3458764612350)
- "TODO: Update color palette" (ID: 3458764612351) ...
undefined- "User feedback: navigation confusing" (ID: 3458764612350)
- "TODO: Update color palette" (ID: 3458764612351) ...
undefinedFollow-up Actions
后续操作
After listing items, suggest relevant next steps:
- "Would you like to explore items inside a specific frame?"
- "Should I get the content/summary of this board?"
- "Want to see images or download any specific item?"
列出项目后,建议相关后续步骤:
- "是否想要浏览特定框架内的项目?"
- "是否需要获取该白板的内容/摘要?"
- "是否想要查看图片或下载特定项目?"
Board URLs and IDs
白板URL与ID
Miro tools accept board URLs directly. Extract and automatically from URLs like:
board_iditem_id- — Board URL
https://miro.com/app/board/uXjVK123abc=/ - — URL with item focus
https://miro.com/app/board/uXjVK123abc=/?moveToWidget=3458764612345
When a URL includes or , the is extracted automatically.
moveToWidgetfocusWidgetitem_idMiro工具直接接受白板URL。自动从以下格式的URL中提取和:
board_iditem_id- — 白板URL
https://miro.com/app/board/uXjVK123abc=/ - — 带有项目聚焦的URL
https://miro.com/app/board/uXjVK123abc=/?moveToWidget=3458764612345
当URL包含或时,会自动提取。
moveToWidgetfocusWidgetitem_idRelated Tools
相关工具
For deeper exploration beyond , prefer these tools:
board_list_items| Tool | When to use |
|---|---|
| High-level summary of a board's frames, documents, prototypes, tables, and diagrams (with their URLs). Best first call when the user asks "what's on this board?". |
| Detailed content for a specific item URL (with |
| Download URL for an image item. |
| Image content directly. |
| Document content and version (use before |
除外,如需更深入的浏览,优先使用以下工具:
board_list_items| 工具 | 使用场景 |
|---|---|
| 对白板的框架、文档、原型、表格和图表(及其URL)进行高层级摘要。当用户询问“这个白板上有什么?”时,这是最佳的首次调用工具。 |
| 获取特定项目URL(带有 |
| 图片项目的下载URL。 |
| 直接获取图片内容。 |
| 获取文档内容和版本(在使用 |
Summarizing a board
白板摘要
When the user wants a summary of a whole board:
- Call to discover what's on the board.
context_explore - Present the high-level inventory.
- For items the user wants to dig into, call with the item URL.
context_get
当用户想要整个白板的摘要时:
- 调用工具发现白板上的内容。
context_explore - 展示高层级的内容清单。
- 对于用户想要深入了解的项目,调用工具并传入项目URL。
context_get