Skip to main content
Glama

Anytype MCP Server

by cryptonahue

anytype_update_object

Update existing objects in Anytype by modifying their name, content, icon, or properties. Supports Markdown and ensures flexibility in managing object details within your space.

Instructions

Actualiza un objeto existente - Esta es la funcionalidad clave que faltaba en el MCP oficial

Input Schema

NameRequiredDescriptionDefault
bodyNoNuevo contenido del objeto (soporta Markdown)
iconNoNuevo icono del objeto
nameNoNuevo nombre del objeto
object_idYesID del objeto a actualizar
propertiesNoPropiedades actualizadas del objeto
space_idYesID del espacio

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Nuevo contenido del objeto (soporta Markdown)", "type": "string" }, "icon": { "description": "Nuevo icono del objeto", "properties": { "emoji": { "type": "string" }, "format": { "default": "emoji", "type": "string" } }, "type": "object" }, "name": { "description": "Nuevo nombre del objeto", "type": "string" }, "object_id": { "description": "ID del objeto a actualizar", "required": true, "type": "string" }, "properties": { "description": "Propiedades actualizadas del objeto", "items": { "properties": { "checkbox": { "type": "boolean" }, "key": { "type": "string" }, "number": { "type": "number" }, "text": { "type": "string" }, "url": { "type": "string" } }, "type": "object" }, "type": "array" }, "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