Skip to main content
Glama

Knowledge Graph Memory Server

by yodakeisuke

open_nodes

Retrieve complete information for specific nodes in a knowledge graph by their names, including subdomains and metadata, to enhance memory integration in chat applications.

Instructions

Open specific nodes in the knowledge graph by their names. Returns the complete node information including subdomain and all metadata.

Input Schema

NameRequiredDescriptionDefault
namesYesAn array of entity names to retrieve, returning full entity information including subdomain

Input Schema (JSON Schema)

{ "properties": { "names": { "description": "An array of entity names to retrieve, returning full entity information including subdomain", "items": { "type": "string" }, "type": "array" } }, "required": [ "names" ], "type": "object" }

Other Tools from Knowledge Graph Memory Server

Related Tools

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/yodakeisuke/mcp-memory-domain-knowledge'

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