Elasticsearch Knowledge Graph for MCP

by j3k0

get_recent

Retrieve recently accessed entities and their relations from an Elasticsearch-based knowledge graph. Customize results with optional filters like memory zone and observation inclusion.

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_zoneNoOptional 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" } }, "type": "object" }

You must be authenticated.

Other Tools from Elasticsearch Knowledge Graph for MCP

Related Tools

ID: h9w4cyfdqx