Skip to main content
Glama

get_object_content

Retrieve detailed content and metadata for specific objects in Anytype spaces, including properties, relations, and optional formatted text content.

Instructions

Retrieves detailed content and metadata for a specific object in an Anytype space. This tool provides comprehensive information about an object including its properties, relations, and content. Use this tool when you need to examine a specific object's details after discovering its ID through the get_objects tool. The optional include_text parameter allows retrieving the full formatted text content of the object.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID containing the object
object_idYesObject ID to retrieve
include_textNoSet to true to include full formatted text content from blocks

Input Schema (JSON Schema)

{ "properties": { "include_text": { "default": false, "description": "Set to true to include full formatted text content from blocks", "type": "boolean" }, "object_id": { "description": "Object ID to retrieve", "type": "string" }, "space_id": { "description": "Space ID containing the object", "type": "string" } }, "required": [ "space_id", "object_id" ], "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