Skip to main content
Glama

Anytype MCP Server

by cryptonahue

anytype_delete_object

Archives or deletes an object within a specified space using the object ID. Facilitates streamlined object management in the Anytype MCP Server environment.

Instructions

Elimina (archiva) un objeto

Input Schema

NameRequiredDescriptionDefault
object_idYesID del objeto a eliminar
space_idYesID del espacio

Input Schema (JSON Schema)

{ "properties": { "object_id": { "description": "ID del objeto a eliminar", "required": true, "type": "string" }, "space_id": { "description": "ID del espacio", "required": true, "type": "string" } }, "required": [ "space_id", "object_id" ], "type": "object" }

Other Tools from Anytype MCP Server

Related Tools

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/cryptonahue/mcp-anytype'

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