Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

get_recent

Retrieve recently accessed entities and their relations from the Elasticsearch Knowledge Graph. Specify memory zone, limit results, and optionally include full observations for detailed insights.

Instructions

Get recently accessed entities from knowledge graph (memory) and their relations

Input Schema

NameRequiredDescriptionDefault
includeObservationsNoWhether to include full entity observations in results (default: false)
limitNoMax results (default: 20 if includeObservations is false, 5 if true)
memory_zoneYesOptional memory zone to get recent entities from. If not specified, uses the default zone.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeObservations": { "default": false, "description": "Whether to include full entity observations in results (default: false)", "type": "boolean" }, "limit": { "description": "Max results (default: 20 if includeObservations is false, 5 if true)", "type": "integer" }, "memory_zone": { "description": "Optional memory zone to get recent entities from. If not specified, uses the default zone.", "type": "string" } }, "required": [ "memory_zone" ], "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/j3k0/mcp-brain-tools'

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