Mural
Mural is a digital whiteboard platform enabling distributed teams to visually brainstorm, map ideas, and collaborate in real time with sticky notes and diagrams
In development
Cataloged and scoped, not yet available to run in production.
- 22
- actions
Integrations
View provider documentationActions
Operations this integration can perform.
MURAL Authorization Request
Tool to initiate the OAuth 2.0 authorization process. Use when you need to redirect a user to Mural to obtain an authorization code.
Create sticky note
Create one or more sticky note widgets on a mural. Each sticky note must be a properly structured object with required x and y coordinates. Pass the 'stickies' parameter as a direct array of objects - NOT strings, NOT nested objects. Example usage: { "muralId": "mural-id-here", "stickies": [ {"x": 100, "y": 200, "text": "First note"}, {"x": 300, "y": 400, "text": "Second note", "shape": "circle"} ] }
Get current user
Tool to retrieve information about the currently authenticated user. Use when you need current user details after authentication.
Get files for a mural
Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.
Get Mural Widgets
Tool to retrieve all widgets within a specified mural. Widgets include sticky notes, text boxes, shapes, images, areas, arrows, icons, files, and comments. Use this after obtaining a valid mural ID from workspace murals or other mural-related actions. Supports filtering by widget type, parent container, and pagination for large result sets.
Get room by ID
Tool to retrieve information about a specific room by its ID. Use when you need details about a particular room that the authenticated user has read access to.
Get workspace by ID
Tool to retrieve information about a specific workspace by its ID. Use when you need details about a particular workspace that the authenticated user has read access to.
Get workspaces
Tool to retrieve all workspaces the authenticated user is a member of. Use to list available workspaces before accessing rooms or murals.
Related integrations
Don't see the exact action you need?
Tell us what you're trying to connect and we'll help you evaluate whether it fits the current catalog or needs prioritizing.