Channel digest
- Pull yesterday's busy channels
- Summarise per channel
- Post a single roll-up
22 tools available
Mural is a digital whiteboard platform enabling distributed teams to visually brainstorm, map ideas, and collaborate in real time with sticky notes and diagrams
Connect Mural to Definable to summarise busy channels, forward cross-tool alerts, turn threads into tasks. Personas call Mural's 22 tools directly from chat or scheduled flows. Drop a persona into the channel — it summarises, forwards, and turns conversation into action.
Every Mural action below is a callable tool any Definable persona can invoke.
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 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"} ] }
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 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 discoverable open rooms within a workspace. Use when you need to access publicly available rooms in a workspace that don't require specific membership.
Tool to list recently opened active murals for the authenticated user in a workspace. Use after MURAL_LIST_WORKSPACES to view recent murals before opening or editing them.
Tool to retrieve recent templates used by a user for a workspace. Use when you need to access recently used templates for creating new murals.
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.
Tool to list all rooms within a workspace. Use after MURAL_LIST_WORKSPACES to navigate rooms and before MURAL_CREATE_MURAL, since murals are created within rooms.
Tool to list all members and guests for a room. Returns users that the authenticated user has access to view. Use after LIST_ROOMS to get room membership details.
Tool to retrieve all tags in a mural. Use when you need to list or view tags associated with a specific mural.
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 murals in a workspace that the authenticated user owns or is a member of. Use after getting a workspace ID to browse available murals.
Tool to get default and custom templates for a workspace. Use when you need to list available templates after authentication.
Tool to search for murals within a workspace. Returns all murals that the authenticated user owns or is a member of for the specified workspace. Use when searching for specific murals by query text.
Tool to search for rooms within a workspace by name or description. Returns all rooms that the authenticated user owns or is a member of matching the query. Use when you need to find specific rooms by search text.
Tool to search templates within a workspace that the authenticated user owns or has access to. Use when you need to find specific templates by name or keyword.
Anything Mural exposes through its API. Common team collaboration workflows on Definable include summarise busy channels, forward cross-tool alerts, turn threads into tasks. Personas can call any of the 22 Mural tools directly, then chain the result into another integration without you writing code.
Mural uses OAUTH2 on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 22 Mural tools. You only need a separate Mural subscription if Mural itself charges per seat or per API call.
Every call from a persona to Mural is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Mural, and connect via OAuth or API key. You can immediately attach Mural to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 22 Mural actions as callable tools — including `MURAL Authorization Request`, `Create sticky note`, `Get current user`, plus 19 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.