Skip to main content
Glama

AINative ZeroDB MCP Server

zerodb_search_memory

Search agent memory using semantic similarity to retrieve relevant context across sessions, filter by agent, role, or session, and find stored information through natural language queries.

Instructions

Search agent memory using semantic similarity

Input Schema

NameRequiredDescriptionDefault
agent_idNoFilter by agent
limitNoMax results
queryYesSearch query
roleNoFilter by role
session_idNoFilter by session

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "Filter by agent", "type": "string" }, "limit": { "default": 10, "description": "Max results", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "role": { "description": "Filter by role", "type": "string" }, "session_id": { "description": "Filter by session", "type": "string" } }, "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/AINative-Studio/ainative-zerodb-mcp-server'

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