Skip to main content
Glama

Anytype MCP Server

by cryptonahue

anytype_create_object

Create a new object in a specified space with customizable attributes like name, type, content, icon, and properties using Markdown support. Define object structure and layout with optional templates.

Instructions

Crea un nuevo objeto en un espacio

Input Schema

NameRequiredDescriptionDefault
bodyNoContenido del objeto (soporta Markdown)
iconNoIcono del objeto
nameYesNombre del objeto
propertiesNoPropiedades del objeto
space_idYesID del espacio donde crear el objeto
template_idNoID de plantilla para usar como base (opcional)
type_keyNoTipo de objeto (ej: "page", "note")page

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Contenido del objeto (soporta Markdown)", "type": "string" }, "icon": { "description": "Icono del objeto", "properties": { "emoji": { "type": "string" }, "format": { "default": "emoji", "type": "string" } }, "type": "object" }, "name": { "description": "Nombre del objeto", "required": true, "type": "string" }, "properties": { "description": "Propiedades 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 donde crear el objeto", "required": true, "type": "string" }, "template_id": { "description": "ID de plantilla para usar como base (opcional)", "type": "string" }, "type_key": { "default": "page", "description": "Tipo de objeto (ej: \"page\", \"note\")", "type": "string" } }, "required": [ "space_id", "name" ], "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