Skip to main content
Glama

Elasticsearch Knowledge Graph for MCP

by j3k0

mark_important

Boost or reduce entity relevance in MCP's Elasticsearch Knowledge Graph by marking it as important, enabling prioritized query results and memory-like behavior.

Instructions

Mark entity as important in knowledge graph (memory) by boosting its relevance score

Input Schema

NameRequiredDescriptionDefault
auto_createNoWhether to automatically create the entity if it doesn't exist (default: false)
importantYesSet as important (true - multiply relevance by 10) or not (false - divide relevance by 10)
memory_zoneYesOptional memory zone specifier. If provided, entity will be marked in this zone.
nameYesEntity name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auto_create": { "default": false, "description": "Whether to automatically create the entity if it doesn't exist (default: false)", "type": "boolean" }, "important": { "description": "Set as important (true - multiply relevance by 10) or not (false - divide relevance by 10)", "type": "boolean" }, "memory_zone": { "description": "Optional memory zone specifier. If provided, entity will be marked in this zone.", "type": "string" }, "name": { "description": "Entity name", "type": "string" } }, "required": [ "memory_zone", "name", "important" ], "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