Skip to main content
Glama

global_search

Search across all accessible spaces with options to filter by object type, sort results, and control pagination for efficient content discovery.

Instructions

Executes a search across all spaces the user has access to, with options for filtering by type and sorting.

Input Schema

NameRequiredDescriptionDefault
queryYesSearch 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)
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": { "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" }, "types": { "description": "Optional list of object type keys or IDs to filter by", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "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