Skip to main content
Stormboard logo

Stormboard

An online sticky note whiteboard making meetings, brainstorms, and creative projects more productive and effective.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Stormboard authenticates with an API key. Generate the credential in your Stormboard account, then paste it into FlyMyAI the first time an agent uses a Stormboard action.

Get your Stormboard credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyYour API key can be found on the API tab of your Stormboard account at https://www.stormboard.com/users/account#api (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
STORMBOARD_ACCEPT_A_STORM_INVITETool to accept a Storm invitation and join the Storm. Use when a user wants to accept an invitation to join a Storm.storm_id
STORMBOARD_ADD_A_FAVORITE_STARTool to add a favorite star to a Storm on the Dashboard. Use when you need to mark a Storm as a favorite.storm_id
STORMBOARD_CHECK_AUTHENTICATIONTool to verify API key authentication validity. Use when you need to test if the API credentials are valid and properly configured.-
STORMBOARD_CLOSE_A_STORMTool to close an open Storm, making it read-only. Use when you need to prevent further changes to a Storm. Only the Storm creator or a Storm administrator can close a storm.storm_id
STORMBOARD_CREATE_AN_IDEATool to create a new idea in an existing Stormboard storm. Use when you need to add ideas, notes, or items to a storm with specific content and details.stormid, name, data
STORMBOARD_CREATE_A_LINE_CONNECTORTool to create a line connector between two ideas. Use when you need to establish a connection between a pair of ideas on the Storm board.from_idea_id, to_idea_id
STORMBOARD_CREATE_A_NEW_CHAT_MESSAGESTool to create a new chat message in a Stormboard storm. Use when you need to post a message to a specific storm's chat.storm_id, message
STORMBOARD_CREATE_A_NEW_STORMTool to create a new Storm in Stormboard for interactive planning and collaboration. Use when you need to create a digital workspace for brainstorming, planning, or team collaboration.title, plan
STORMBOARD_CREATE_A_NEW_TAGTool to create a new tag in a Storm without any data related to Ideas. Use when you need to add a new tag to a Storm's tag collection.storm_id, name
STORMBOARD_CREATE_A_NEW_USERTool to create a new user account in Stormboard. An email will be sent to the newly created user asking them to verify their account. Use when you need to add a new user to the system.username, email, password, firstname, lastname
STORMBOARD_CREATE_TAG_DATA_FOR_AN_IDEATool to update tag data for an idea. Any tag not in the change list remains unchanged. Tags not found in the Storm are created automatically with the provided tag data applied.idea_id, data
STORMBOARD_DECLINE_A_STORM_INVITETool to decline a Storm invitation and remove it from your list. Use when a user wants to reject an invitation to join a Storm.storm_id
STORMBOARD_DELETE_A_CONNECTOR_BETWEEN_IDEASTool to delete a line connector between two ideas. Use when you need to remove a connection between a pair of ideas on the Storm board.from_idea_id, to_idea_id
STORMBOARD_DELETE_A_SPECIFIC_CONNECTORTool to delete a line connector using the connector ID. Use when you need to remove a specific connector from the Storm board.connector_id
STORMBOARD_DETAILSTool to retrieve detailed information about a specific Storm. Use when you need to get complete Storm details including metadata, settings, and configuration.storm_id
STORMBOARD_DUPLICATE_A_STORMTool to duplicate an existing Storm. Use when you need to create a copy of a Storm with all its content.storm_id
STORMBOARD_GET_AUTHENTICATION_INFOTool to retrieve authentication information and API token for the authenticated user. Use when you need to get authentication details or verify API access credentials.-
STORMBOARD_GET_A_LIST_OF_CONNECTORS_IN_A_STORMTool to retrieve a list of connectors within a specific Storm. Use when you need to access relationship data between ideas or elements in a Storm.storm_id
STORMBOARD_GET_A_LIST_OF_IDEASTool to retrieve all ideas from a Storm. Returns a list of ideas, but Files, Images, and Whiteboards do not contain their corresponding data at this time. Use when you need to get an overview of all ideas in a Storm.storm_id
STORMBOARD_GET_A_LIST_OF_PARTICIPANTSTool to retrieve a list of all participants in a Storm. Use when you need to see who has access to a specific Storm and their roles.storm_id
STORMBOARD_GET_A_LIST_OF_STORMS_INVITESTool to retrieve a list of storms that you have been invited to. Use when you need to see pending storm invitations for the authenticated user.-
STORMBOARD_GET_A_LIST_OF_TAGS_IN_THE_STORMTool to retrieve the list of tags that have been created in a Storm. Use when you need to view all tags available in a specific Storm. Note that tag data for individual ideas is not available through this endpoint.storm_id
STORMBOARD_GET_A_LIST_OF_YOUR_STORMSTool to retrieve a list of storms from Stormboard. Use when you need to browse or access available storms in the user's account.-
STORMBOARD_GET_CHAT_MESSAGESTool to retrieve a list of chat messages from a Stormboard storm. Use when you need to view the chat history for a specific storm.storm_id
STORMBOARD_GET_IDEA_DATATool to retrieve detailed data and metadata for a specific idea. Use when you need to fetch information about an idea including its content, position, creator, votes, comments, and associated task details.idea_id
STORMBOARD_GET_INFO_ABOUT_YOUR_USERTool to retrieve authenticated user profile information. Use when you need to get the current user's details like name, email, or account metadata.-
STORMBOARD_GET_MY_STORM_ACCESSTool to check if the authenticated user has access to a Storm and retrieve their permission level. Use when verifying user permissions for a specific Storm. Returns 401 error if user lacks access.storm_id
STORMBOARD_GET_STORM_TEMPLATETool to retrieve template data for a Storm including all sections and subsections. Use when you need to get the organizational structure and template configuration of a Storm.storm_id
STORMBOARD_GET_TAG_DATA_FOR_AN_IDEATool to retrieve tag data for a specific idea in Stormboard. Use when you need to view all tags associated with a particular idea.idea_id
STORMBOARD_GET_UNREAD_CHAT_MESSAGESTool to retrieve unread chat messages from a specific Storm. Use when you need to check for new messages in a Storm's chat.storm_id
STORMBOARD_INVITE_PARTICIPANTSTool to invite people to join a Storm by email. Use when you need to add new participants to a Storm.storm_id, participants
STORMBOARD_JOIN_A_STORMTool to join a Storm using its ID and access key. Use when a user wants to add themselves to a Storm's participant list.storm_id, storm_key
STORMBOARD_MARK_CHAT_MESSAGES_AS_READTool to mark all chat messages as read in a Storm. Use when you need to mark all unread chat messages in a specific Storm as read.storm_id
STORMBOARD_REMOVE_A_FAVORITE_STARTool to remove a favorite star from a Storm on the Dashboard. Use when you need to unmark a Storm as a favorite.storm_id
STORMBOARD_RE_OPEN_A_STORMTool to reopen a closed Storm. Use when you need to reopen a previously closed Storm. Note: You must be a Storm administrator or the team owner to perform this action.storm_id
STORMBOARD_UPDATE_A_LINE_CONNECTORTool to update a specific line connector between two ideas. Use when you need to modify the label or style properties of an existing connector.connector_id
STORMBOARD_UPDATE_NOTIFICATIONSTool to update user notification preferences. Use when you need to enable or disable email notifications for the authenticated user.-
STORMBOARD_UPDATE_SECTION_IN_STORMTool to update a section's title, description, and/or character in a Storm. Use when you need to modify section properties. Note: You must be a Storm administrator to perform this action.storm_id, section_index
STORMBOARD_UPDATE_STORM_LEGENDTool to update the color labels of the legend for a storm. Use when you need to customize the legend labels for storm items. You must be the storm creator or a storm administrator to perform this action.storm_id
STORMBOARD_UPDATE_YOUR_PROFILETool to update your user profile information. Use when you need to modify the authenticated user's first name or last name.-
STORMBOARD_VERIFY_YOUR_ACCOUNTTool to verify a Stormboard account using a verification code. Use when you need to confirm account ownership or complete the account verification process.code
We love our partners - FlyMy.AI builds with the best. Thanks, Stormboard!