getWhiteboard

Read a whiteboard: its metadata plus a summary of the canvas (element count, element types, and text labels on the board). Pass includeElements=true to also return the full Excalidraw scene ({elements, appState, files}) — needed if you intend to modify it and send it back via updateWhiteboardScen...

SERVERStable Baseline SOURCEhttps://api.stablebaseline.io/functions/v1/cloud-serve/mcp
Low RISK CLASS
Category Read
Parameters 21 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-stablebaseline-sb/getwhiteboard.md

What getWhiteboard does on Stable Baseline

AI agents call getWhiteboard to retrieve information from Stable Baseline without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
documentId string Yes
includeElements boolean When true, returns the full Excalidraw scene so it can be modified and written back.

Parameters from the server's own tool schema.

Why getWhiteboard is rated Low

This tool retrieves and queries whiteboard data (metadata, canvas summary, visual elements). It has no parameters that trigger mutations, deletions, or external actions. The mention of 'includeElements=true' for potential later modification does not make this tool itself Write or Execute—it merely returns data in a format suitable for downstream modifications.

From the tool's definition Tool name is 'getWhiteboard' and description states 'Read a whiteboard: its metadata plus a summary of the canvas' and 'return the full Excalidraw scene'. The verbs are read, return, and view—all retrieval operations with no modification or side effects.

Questions about getWhiteboard

What does the getWhiteboard tool do? +

Read a whiteboard: its metadata plus a summary of the canvas (element count, element types, and text labels on the board). Pass includeElements=true to also return the full Excalidraw scene ({elements, appState, files}) — needed if you intend to modify it and send it back via updateWhiteboardScene. FOR BEST RESULTS, also call getWhiteboardImage to render the board to an image and actually SEE it: the visual layout (positions, spacing, overlaps, colours, how shapes connect) is far easier to understand from the rendered picture than from the element list, so view it first to truly understand the board and to propose or verify edits accurately. It is categorised as a Read tool in the Stable Baseline MCP Server, which means it retrieves data without modifying state.

What parameters does getWhiteboard accept? +

getWhiteboard accepts 2 parameters: documentId, includeElements. Required: documentId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on getWhiteboard? +

Register the Stable Baseline MCP server in PolicyLayer and add a rule for getWhiteboard: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Stable Baseline. Nothing to install.

What risk level is getWhiteboard? +

getWhiteboard is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit getWhiteboard? +

Yes. Add a rate_limit block to the getWhiteboard rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block getWhiteboard completely? +

Set action: deny in the PolicyLayer policy for getWhiteboard. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides getWhiteboard? +

getWhiteboard is provided by the Stable Baseline MCP server (https://api.stablebaseline.io/functions/v1/cloud-serve/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Stable Baseline, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Stable Baseline's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.