Skip to main content

Overview

Visual workspace for innovation that enables distributed teams to collaborate. Through Langdock’s integration, you can access and manage Miro directly from your conversations.
Authentication: OAuth Category: Productivity & Collaboration Availability: All workspace plans

Available Actions

Get boards

miro.get_boards
Retrieves a list of boards accessible to the user Requires Confirmation: No Parameters:
  • teamId (TEXT, Optional): Optional team ID to filter boards
Output: Returns the operation result

Search boards

miro.search_boards
Search for boards by name or description Requires Confirmation: No Parameters:
  • query (TEXT, Required): Search term to find boards
  • teamId (TEXT, Optional): Optional team ID to filter search results
  • limit (NUMBER, Optional): Maximum number of boards to return (default: 50)
Output: Returns the operation result

Get recent boards

miro.get_recent_boards
Get recently modified boards, sorted by modification date Requires Confirmation: No Parameters:
  • limit (NUMBER, Optional): Maximum number of boards to return (default: 10)
  • teamId (TEXT, Optional): Optional team ID to filter boards
Output: Returns the operation result

Get board details

miro.get_board
Retrieves detailed information about a specific board Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The unique identifier of the board
Output: Returns the operation result

Get board items

miro.get_board_items
Retrieves all items on a board with optional filtering by type Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The board ID or URL (e.g., uXjFJ1YhvBB= or https://miro.com/app/board/uXjFJ1YhvBB=/)
  • itemType (SELECT, Optional): Filter by item type
  • limit (NUMBER, Optional): Maximum number of items to return (default: 10)
Output: Returns the operation result

Get frames

miro.get_frames
Retrieves all frames on a board Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The unique identifier of the board
Output: Returns the operation result

Get frame items

miro.get_frame_items
Retrieves all items within a specific frame Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The unique identifier of the board
  • frameId (TEXT, Required): The unique identifier of the frame
Output: Returns the operation result

Get board tags

miro.get_tags
Retrieves all tags used on a board for organization and categorization Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The unique identifier of the board
Output: Returns the operation result

Get specific item

miro.get_specific_item
Retrieves a specific item on a board by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the item
  • itemId (TEXT, Required): The ID of the specific item to retrieve
Output: Returns the operation result

Get frame

miro.get_frame
Retrieves a specific frame item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the frame
  • frameId (TEXT, Required): The ID of the frame to retrieve
Output: Returns the operation result

Get card item

miro.get_card_item
Retrieves a specific card item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the card
  • cardId (TEXT, Required): The ID of the card to retrieve
Output: Returns the operation result

Get document item

miro.get_document_item
Retrieves a specific document item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the document
  • documentId (TEXT, Required): The ID of the document to retrieve
Output: Returns the operation result

Get embed item

miro.get_embed_item
Retrieves a specific embed item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the embed
  • itemId (TEXT, Required): The ID of the embed to retrieve
Output: Returns the operation result

Get shape item

miro.get_shape_item
Retrieves a specific shape item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the shape
  • itemId (TEXT, Required): The ID of the shape to retrieve
Output: Returns the operation result

Get sticky note item

miro.get_sticky_note_item
Retrieves a specific sticky note item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the sticky note
  • itemId (TEXT, Required): The ID of the sticky note to retrieve
Output: Returns the operation result

Get text item

miro.get_text_item
Retrieves a specific text item by its ID Requires Confirmation: No Parameters:
  • boardId (TEXT, Required): The ID of the board containing the text
  • itemId (TEXT, Required): The ID of the text item to retrieve
Output: Returns the operation result