Skip to main content
Glama

Memento

by iAchilles

search_nodes

Find entities and relations by keyword or semantic similarity using hybrid search. Specify query, mode, and threshold to retrieve relevant results from the Memento MCP server.

Instructions

Search for entities and relations by keyword or semantic similarity. Supports hybrid mode.

Input Schema

NameRequiredDescriptionDefault
modeNoSearch mode to use.keyword
queryYesSearch query string.
thresholdNoDistance threshold for semantic filtering.
topKNoMax number of results to return.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mode": { "default": "keyword", "description": "Search mode to use.", "enum": [ "keyword", "semantic", "hybrid" ], "type": "string" }, "query": { "description": "Search query string.", "type": "string" }, "threshold": { "default": 0.35, "description": "Distance threshold for semantic filtering.", "maximum": 1, "minimum": 0, "type": "number" }, "topK": { "default": 8, "description": "Max number of results to return.", "maximum": 100, "minimum": 1, "type": "integer" } }, "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/iAchilles/memento'

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