Skip to main content
Glama

AGI MCP Server

by QuixiAI

search_memories_advanced

Search and retrieve memories from AGI MCP Server using advanced criteria, including text queries, vector embeddings, memory types, importance range, and date ranges for precise results.

Instructions

Advanced memory search with multiple criteria

Input Schema

NameRequiredDescriptionDefault
criteriaYes

Input Schema (JSON Schema)

{ "properties": { "criteria": { "properties": { "date_range": { "default": {}, "properties": { "end": { "format": "date-time", "type": "string" }, "start": { "format": "date-time", "type": "string" } }, "type": "object" }, "embedding": { "description": "Vector embedding for similarity search", "items": { "type": "number" }, "type": "array" }, "importance_range": { "default": [ 0, 1 ], "description": "Importance range [min, max]", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" }, "limit": { "default": 10, "description": "Maximum number of results", "type": "integer" }, "memory_types": { "default": [], "description": "Filter by memory types", "items": { "type": "string" }, "type": "array" }, "text_query": { "description": "Text search query", "type": "string" } }, "type": "object" } }, "required": [ "criteria" ], "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/QuixiAI/agi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server