Skip to main content
Glama

Memento

by iAchilles

open_nodes

Expand specified entities to retrieve full details, including observations and relations, using a local, offline MCP memory server for persistent storage and retrieval.

Instructions

Expand specified entities: return their full details including observations and relations.

Input Schema

NameRequiredDescriptionDefault
namesYesNames of entities to expand.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "names": { "description": "Names of entities to expand.", "items": { "type": "string" }, "type": "array" } }, "required": [ "names" ], "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