Skip to main content
Glama

search_space

Search within a specific Anytype space using filters by object type, sort options, and pagination controls to find relevant content and data.

Instructions

Executes a search within a specific space, with options for filtering by type and sorting.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID to search within
queryNoSearch term
typesNoOptional list of object type keys or IDs to filter by
sort_propertyNoProperty to sort bylast_modified_date
sort_directionNoSort directiondesc
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. USE WITH CAUTION: This can return a large amount of data.

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. USE WITH CAUTION: This can return a large amount of data.", "type": "boolean" }, "limit": { "default": 100, "description": "Number of results per page (1-1000)", "type": "number" }, "offset": { "default": 0, "description": "Pagination offset", "type": "number" }, "query": { "description": "Search term", "type": "string" }, "sort_direction": { "default": "desc", "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "sort_property": { "default": "last_modified_date", "description": "Property to sort by", "enum": [ "created_date", "last_modified_date", "last_opened_date", "name" ], "type": "string" }, "space_id": { "description": "Space ID to search within", "type": "string" }, "types": { "description": "Optional list of object type keys or IDs to filter by", "items": { "type": "string" }, "type": "array" } }, "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