Skip to main content
Glama

get_objects

Search and retrieve objects from Anytype spaces. Filter by search queries, browse collections, and optionally include full text content with paginated results for efficient navigation.

Instructions

Searches for and retrieves objects within a specified Anytype space. This tool allows you to list all objects or filter them using a search query. Results are paginated for better performance with large spaces. Use this tool to discover objects within a space, find specific objects by name, or browse through collections of objects. The optional include_text parameter allows retrieving the full formatted text content of objects.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID to get objects from
offsetNoPagination offset
limitNoNumber of results per page (1-1000)
full_responseNoSet to true to get full unfiltered response
include_textNoSet to true to include full formatted text content from blocks

Input Schema (JSON Schema)

{ "properties": { "full_response": { "default": false, "description": "Set to true to get full unfiltered response", "type": "boolean" }, "include_text": { "default": false, "description": "Set to true to include full formatted text content from blocks", "type": "boolean" }, "limit": { "default": 100, "description": "Number of results per page (1-1000)", "type": "number" }, "offset": { "default": 0, "description": "Pagination offset", "type": "number" }, "space_id": { "description": "Space ID to get objects from", "type": "string" } }, "required": [ "space_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