read_graph
Retrieve recent entities and their relationships stored in MCP Memory LibSQL, with optional embeddings for advanced analysis and vector search.
Instructions
Get recent entities and their relations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeEmbeddings | No | Whether to include embeddings in the returned entities (default: false) |
Input Schema (JSON Schema)
{
"properties": {
"includeEmbeddings": {
"description": "Whether to include embeddings in the returned entities (default: false)",
"type": "boolean"
}
},
"required": [],
"type": "object"
}