memento-mcp

by gannonh
Verified

get_entity_embedding

Retrieve vector embeddings for specific entities within the Memento MCP knowledge graph, enabling semantic search and relation analysis.

Instructions

Get the vector embedding for a specific entity from your Memento MCP knowledge graph memory

Input Schema

NameRequiredDescriptionDefault
entity_nameYesThe name of the entity to get the embedding for

Input Schema (JSON Schema)

{ "properties": { "entity_name": { "description": "The name of the entity to get the embedding for", "type": "string" } }, "required": [ "entity_name" ], "type": "object" }
ID: r8o11c6krf