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
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space ID containing the object | |
| object_id | Yes | Object ID to retrieve | |
| include_text | No | Set to true to include full formatted text content from blocks |