Skip to main content
Glama

AFFiNE MCP Server

by DAWNCR0W

affine_delete_blob

Remove a specific blob/file from workspace storage by specifying the workspace ID and blob key/ID, with an option to delete permanently.

Instructions

Delete a blob/file from workspace storage.

Input Schema

NameRequiredDescriptionDefault
keyYesBlob key/ID to delete
permanentlyNoDelete permanently
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Blob key/ID to delete", "type": "string" }, "permanently": { "description": "Delete permanently", "type": "boolean" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "workspaceId", "key" ], "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/DAWNCR0W/affine-mcp-server'

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