Skip to main content
Glama

create_object

Create new objects like pages, notes, and tasks in your Anytype space with customizable names, types, descriptions, icons, and content using templates for structured creation.

Instructions

Creates a new object within a specified Anytype space. This tool allows you to add various types of content (pages, notes, tasks, etc.) to your spaces. You can specify the object's name, type, description, icon, and content. Optionally, you can use a template to create pre-structured objects. Use this tool when you need to add new content to an existing space.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID to create the object in
nameYesObject name
type_keyYesType key of object to create (e.g. 'ot-page')
descriptionNoObject's short description
iconNoObject icon details (structure based on API docs)
bodyNoObject body/content (Markdown supported)
template_idNoTemplate ID to use
sourceNoSource URL (for bookmarks)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Object body/content (Markdown supported)", "type": "string" }, "description": { "description": "Object's short description", "type": "string" }, "icon": { "additionalProperties": false, "description": "Object icon details (structure based on API docs)", "properties": { "color": { "description": "Color of the icon (optional)", "type": "string" }, "emoji": { "description": "Emoji character (if format is 'emoji')", "type": "string" }, "file": { "description": "URL to the icon file (if format is 'file')", "format": "uri", "type": "string" }, "format": { "description": "Icon format (required if icon is provided)", "enum": [ "emoji", "file", "icon" ], "type": "string" }, "name": { "description": "Name of the built-in icon (if format is 'icon')", "type": "string" } }, "required": [ "format" ], "type": "object" }, "name": { "description": "Object name", "type": "string" }, "source": { "description": "Source URL (for bookmarks)", "type": "string" }, "space_id": { "description": "Space ID to create the object in", "type": "string" }, "template_id": { "description": "Template ID to use", "type": "string" }, "type_key": { "description": "Type key of object to create (e.g. 'ot-page')", "type": "string" } }, "required": [ "space_id", "name", "type_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/Qwinty/anytype-mcp'

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