Mural
Visual collaboration workspace for murals, boards, sticky notes, templates, members, and comments.
Serves mural boards, sticky notes, areas, newly created murals, and visual workshop content.
Sign in to connect Mural
Sign in to connect an account and start using Mural in your apps.
Example Use Cases
These are example ways Snow can use Mural when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
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":
Tool to retrieve information about the currently authenticated user. Use when you need current user details after authentication.
Tool to retrieve a list of file widgets in a mural. Use after confirming the mural ID when listing file attachments.
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.
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.
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.
Tool to retrieve all workspaces the authenticated user is a member of. Use to list available workspaces before accessing rooms or murals.
Tool to retrieve all default templates available in Mural. Use when you need to browse or select from standard Mural templates.
Tool to list all folders within a room that the authenticated user has access to. Use after MURAL_LIST_ROOMS to navigate folders within a specific room.
Tool to list all murals for a room that the authenticated user has read access to. Use after getting a room ID to retrieve murals within that room.