Skip to main content
Glama

atlas-mcp-server

whiteboard_delete

Permanently delete a whiteboard and its entire version history with the specified ID. This irreversible action ensures complete removal from the ATLAS MCP server, streamlining task and data management.

Instructions

Delete a whiteboard and its entire version history permanently. This operation cannot be undone.

Input Schema

NameRequiredDescriptionDefault
idYesWhiteboard ID to delete.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Whiteboard ID to delete.", "minLength": 1, "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/atlas-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server