{ "name": "GetBoardGroups", "fully_qualified_name": "MiroApi.GetBoardGroups@2.0.0", "description": "Retrieve all groups and their items from a specific board.\n\nUse this tool to get all the groups along with their respective items from a given board in Miro. The data is retrieved using a cursor-based pagination method. To fetch the next set of results, use the cursor value from the previous response.", "toolkit": { "name": "ArcadeMiroApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "board_id", "required": true, "description": "Unique identifier of the Miro board to retrieve groups from.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Unique identifier (ID) of the board." }, "inferrable": true, "http_endpoint_parameter_name": "board_id" }, { "name": "max_items_to_return", "required": false, "description": "The maximum number of items to return at once. Default is 10 and the maximum is 50.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of items to return at one time, default is 10, maximum is 50." }, "inferrable": true, "http_endpoint_parameter_name": "limit" }, { "name": "next_page_cursor", "required": false, "description": "The cursor value for fetching the next set of group items from the board. Use it to paginate results.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "cursor" } ] }, "output": { "description": "Response from the API endpoint 'get-all-groups'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": { "provider_id": "arcade-miro", "provider_type": "oauth2", "id": null, "oauth2": null }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.1.0", "description": "Tools that enable LLMs to interact directly with the miro API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.miro.com/v2/boards/{board_id}/groups", "http_method": "GET", "headers": {}, "parameters": [ { "name": "limit", "tool_parameter_name": "max_items_to_return", "description": "The maximum number of items to return at one time, default is 10, maximum is 50.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of items to return at one time, default is 10, maximum is 50." }, "accepted_as": "query", "required": false, "deprecated": false, "default": 10, "documentation_urls": [] }, { "name": "cursor", "tool_parameter_name": "next_page_cursor", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "board_id", "tool_parameter_name": "board_id", "description": "Unique identifier (ID) of the board.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Unique identifier (ID) of the board." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }