Miro

Miro is a collaborative online whiteboard enabling teams to brainstorm ideas, design wireframes, plan workflows, and manage projects visually

77 actions Integration catalog
Request access
Connect Miro once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Attach Tag To ItemMIRO_ATTACH_TAG_TO_ITEM
Tool to attach an existing tag to a specific item on a Miro board. Use when you need to associate a tag with an item after confirming the board, item, and tag IDs. Note that card and sticky note items can have up to 8 tags.
Create App Card ItemMIRO_CREATE_APP_CARD_ITEM
Tool to add an app card item to a board. Use when you need to push a rich preview card with custom fields into a Miro board. Returns the created card; the card ID is nested under data.id in the response, not at the top level. Burst writes may trigger HTTP 429; honor the Retry-After header before retrying.
Create BoardMIRO_CREATE_BOARD
Tool to create a new board. Use when you need to set up a board with a specific name, description, and policies. Example: "Create a new board named Project Plan". If workspace board quota is reached, returns HTTP 400; use MIRO_GET_BOARDS to reuse an existing board instead.
Create Card ItemMIRO_CREATE_CARD_ITEM
Tool to create a card item on a Miro board. Use when you need to add task cards with titles, descriptions, due dates, and assignees.
Create ConnectorMIRO_CREATE_CONNECTOR
Tool to create a connector (edge/arrow) that links two existing board items. Use after creating or locating the two endpoint items (shapes/cards/stickies) to establish visual relationships in flowcharts and diagrams. Both start and end items must be specified; connectors cannot be created with loose endpoints.
Create Document ItemMIRO_CREATE_DOCUMENT_ITEM
Tool to create a document item on a Miro board by providing a URL to the document. Use when you need to attach a document (PDF, DOC, etc.) to a board from a publicly accessible URL.
Create Document Item Using File From DeviceMIRO_CREATE_DOCUMENT_ITEM_USING_FILE_FROM_DEVICE
Tool to create a document item on a Miro board using a URL to the document. Use when you need to add a document (PDF, DOC, etc.) to a board from a publicly accessible URL.
Create Embed ItemMIRO_CREATE_EMBED_ITEM
Tool to create an embed item on a Miro board by providing a URL to embed content (YouTube videos, websites, etc.). Use when you need to add embedded content from external sources to a board.
Create Frame ItemMIRO_CREATE_FRAME_ITEM
Tool to add a frame item to a Miro board. Use frames to group and organize diagram regions (e.g., swimlanes, sections, slides).
Create Frame (Deprecated)MIRO_CREATE_FRAME_ITEM2
DEPRECATED: Use MIRO_CREATE_FRAME_ITEM instead. Tool to create a frame on a Miro board. Use when you need to group and organize content into sections or containers.
Create GroupMIRO_CREATE_GROUP
Tool to create a group on a Miro board by grouping multiple items together. Use when you need to organize related board items (shapes, sticky notes, cards, etc.) into a single logical group.
Create Image Item from URLMIRO_CREATE_IMAGE_ITEM_FROM_URL
Creates an image item on a Miro board by providing a URL to a publicly accessible image. This action adds images from external URLs rather than uploading files from local storage. Use this action when you have an image hosted online (e.g., on a CDN, image hosting service, or public URL) and want to add it to a Miro board without downloading and re-uploading the file.
Create Image Item Using Local FileMIRO_CREATE_IMAGE_ITEM_USING_LOCAL_FILE
Tool to create an image item on a Miro board by uploading a local image file. Use when you need to add an image from the user's device to a board, rather than referencing an external URL.
Create Items in BulkMIRO_CREATE_ITEMS_IN_BULK
Tool to create multiple items on a Miro board in a single request. Use when you need to add 1-20 items (text, sticky notes, shapes, cards, frames, etc.) efficiently. Items are created atomically in one API call.
Create Mind Map Node (Experimental)MIRO_CREATE_MINDMAP_NODE_EXPERIMENTAL
Tool to create a mind map node on a Miro board. Use when building mind maps or organizing ideas visually in a hierarchical structure. This is an experimental endpoint.
Create Shape Item (Deprecated)MIRO_CREATE_SHAPE_ITEM
DEPRECATED: Use MIRO_MIRO_CREATE_SHAPE_ITEM2 instead. Tool to create a native Miro shape item (diagram node) on a board. Use when building diagrams, flowcharts, or architecture diagrams with shapes that can then be connected via MIRO_CREATE_CONNECTOR.
Create Shape ItemMIRO_CREATE_SHAPE_ITEM2
Tool to create a shape item on a Miro board. Use when you need to add shapes (basic or flowchart) to a board with specific styling and positioning.
Create Sticky Note ItemMIRO_CREATE_STICKY_NOTE_ITEM
Tool to create a sticky note item on a Miro board. Use when you need to add a new sticky note with customizable content, color, shape, and position.
Create TagMIRO_CREATE_TAG
Tool to create a new tag on a Miro board. Use when you need to add a new tag with a specific title and color to categorize board items.
Create Text ItemMIRO_CREATE_TEXT_ITEM
Tool to create a text item on a Miro board. Use when you need to add text content to a board, such as labels, notes, or annotations.
Delete App Card ItemMIRO_DELETE_APP_CARD_ITEM
Tool to delete an app card item from a board. Use when you need to remove an app card item created by your app after it is no longer needed.
Delete Card ItemMIRO_DELETE_CARD_ITEM
Tool to delete a card item from a board. Use when you need to remove a card item from a Miro board after it is no longer needed.
Delete ConnectorMIRO_DELETE_CONNECTOR
Tool to delete a specific connector from a board. Use when you need to remove a connector (edge/arrow) between board items after confirming its board and connector IDs.
Delete Document ItemMIRO_DELETE_DOCUMENT_ITEM
Tool to delete a document item from a board. Use when you need to remove a document item (e.g., PDF or image) that is no longer relevant. Example: "Delete the document item with ID 'item456' from board 'board123'."
Delete Embed ItemMIRO_DELETE_EMBED_ITEM
Tool to delete an embed item from a board. Use when you need to remove an embedded content item (e.g., YouTube video, website) that is no longer needed.
Delete Frame ItemMIRO_DELETE_FRAME_ITEM
Tool to delete a frame item from a Miro board. Use when you need to remove a frame that groups or organizes content on the board.
Delete GroupMIRO_DELETE_GROUP
Tool to delete a group from a board. Use when you need to remove a group and optionally its items.
Delete Image ItemMIRO_DELETE_IMAGE_ITEM
Tool to delete an image item from a board. Use when you need to remove an image that is no longer needed.
Delete ItemMIRO_DELETE_ITEM
Tool to delete a specific item from a board. Use when you need to remove an item (e.g., shape, sticky note) after confirming its board and item IDs.
Delete Mind Map Node (Experimental)MIRO_DELETE_MINDMAP_NODE_EXPERIMENTAL
Tool to delete a mind map node from a board. Use when you need to remove a mind map node after confirming its board and item IDs. This is an experimental endpoint.
Delete Shape ItemMIRO_DELETE_SHAPE_ITEM
Tool to delete a shape item from a board. Use when you need to remove a specific shape that is no longer needed after confirming its board and item IDs.
Delete Sticky Note ItemMIRO_DELETE_STICKY_NOTE_ITEM
Tool to delete a sticky note item from a board. Use when you need to remove a sticky note that is no longer needed.
Delete TagMIRO_DELETE_TAG
Tool to delete a specific tag from a board. Use when you need to remove a tag after confirming its board and tag IDs.
Delete Text ItemMIRO_DELETE_TEXT_ITEM
Tool to delete a text item from a board. Use when you need to remove a text item after confirming its board and item IDs.
Get All GroupsMIRO_GET_ALL_GROUPS
Tool to retrieve all groups on a Miro board with cursor-based pagination. Use when you need to list all groups and their associated items on a board.
Get App Card Item 2MIRO_GET_APP_CARD_ITEM2
Tool to retrieve a specific app card item by its ID from a Miro board. Use when you need to get the details of an existing app card item.
Get Board (Deprecated)MIRO_GET_BOARD
DEPRECATED: Use MIRO_GET_SPECIFIC_BOARD instead. Tool to retrieve details of a specific board. Use when you have a board ID and need to fetch its metadata.
Get Board ItemsMIRO_GET_BOARD_ITEMS
Tool to list items on a Miro board (shapes, stickies, cards, etc.) with pagination. Use when you need to page through board elements for analytics or reporting. Re-fetch before bulk updates to avoid stale item IDs.
Get Board MembersMIRO_GET_BOARD_MEMBERS
Tool to retrieve a list of members for a board. Use when you need to list all users with access to a board after confirming its ID. Results are scoped to the authenticated user's permissions; members or boards inaccessible to that user will not appear in the response.
Get Boards (Deprecated)MIRO_GET_BOARDS
DEPRECATED: Use MIRO_MIRO_GET_BOARDS2 instead. Tool to retrieve accessible boards with optional filters. Use when you need to list or search boards by team, project, owner, or keywords. Only boards accessible to the authenticated user are returned.
Get Boards V2MIRO_GET_BOARDS2
Tool to retrieve accessible boards with optional filters. Use when you need to list or search boards by team, project, owner, or keywords with full pagination support.
Get Card ItemMIRO_GET_CARD_ITEM
Tool to retrieve a specific card item from a Miro board. Use when you need to fetch details of an existing card item by its ID.
Get ConnectorMIRO_GET_CONNECTOR
Tool to retrieve a specific connector by its ID. Use when you need details about an existing connector on a board.
Get ConnectorsMIRO_GET_CONNECTORS
Tool to retrieve a list of connectors on a board. Use after confirming the board ID and when you need to page through connector items.
Get Document ItemMIRO_GET_DOCUMENT_ITEM
Tool to retrieve a specific document item from a Miro board by its ID. Use when you need to get details about an existing document item.
Get Embed ItemMIRO_GET_EMBED_ITEM
Tool to retrieve a specific embed item from a board by its ID. Use when you need details of an existing embedded content item.
Get Frame ItemMIRO_GET_FRAME_ITEM
Tool to retrieve a specific frame item from a Miro board. Use when you need to fetch details of an existing frame by its ID.
Get Group By IDMIRO_GET_GROUP_BY_ID
Tool to retrieve a specific group by its ID. Use when you need to get details about a group on a Miro board.
Get Image ItemMIRO_GET_IMAGE_ITEM
Tool to retrieve a specific image item from a board. Use when you need to get details about an existing image item.
Get Items by Group IDMIRO_GET_ITEMS_BY_GROUP_ID
Tool to retrieve items of a specific group by its ID on a Miro board. Use when you need to fetch all items belonging to a particular group.
Get Items Within FrameMIRO_GET_ITEMS_WITHIN_FRAME
Get items within a specific frame on a Miro board. Retrieves child items contained within a frame by filtering with parent_item_id parameter. Use this action when you need to list all items (shapes, sticky notes, cards, etc.) that are nested inside a specific frame. This is useful for analyzing or processing frame contents.
Get Item TagsMIRO_GET_ITEM_TAGS
Tool to retrieve tags attached to a specific item on a Miro board. Use when you need to get the tags associated with a particular item.
Get Mind Map NodeMIRO_GET_MINDMAP_NODE_EXPERIMENTAL
Tool to retrieve a specific mind map node from a board. Use when you need to get details about a mind map node by its ID.
Get Mind Map Nodes (Experimental)MIRO_GET_MINDMAP_NODES_EXPERIMENTAL
Tool to retrieve mind map nodes from a Miro board. Use when you need to access the structure and content of mind maps on a board.
Get oEmbed DataMIRO_GET_OEMBED
Tool to retrieve oEmbed data for a Miro board. Use when you need to generate embeddable HTML code for a board or get board metadata in oEmbed format.
Get Shape ItemMIRO_GET_SHAPE_ITEM
Tool to retrieve a specific shape item from a Miro board by its ID. Use when you need to get details of an existing shape item.
Get Specific BoardMIRO_GET_SPECIFIC_BOARD
Tool to retrieve detailed information about a specific board by its ID. Use when you need to fetch complete metadata including team, permissions, owner, and modification details for a board.
Get Specific Board MemberMIRO_GET_SPECIFIC_BOARD_MEMBER
Tool to retrieve details of a specific board member. Use when you have a board ID and board member ID and need to get that member's role and information.
Get Specific ItemMIRO_GET_SPECIFIC_ITEM
Tool to retrieve a specific item from a Miro board by its ID. Use when you need details about a particular board item (sticky note, shape, card, frame, etc.).
Get Sticky Note ItemMIRO_GET_STICKY_NOTE_ITEM
Tool to retrieve a specific sticky note item from a board by its ID. Use when you need to get the details of an existing sticky note item.
Showing the first 60 of 77 actions.