Skip to main content
Glama

MemoryMesh

by CheMiguel23

add_nodes

Expand knowledge graphs by adding multiple nodes with names, types, and associated metadata using this tool in the MemoryMesh MCP server.

Instructions

Add multiple new nodes in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
nodesYesArray of nodes to add

Input Schema (JSON Schema)

{ "properties": { "nodes": { "description": "Array of nodes to add", "items": { "description": "Node to add", "properties": { "metadata": { "description": "An array of metadata contents associated with the node", "items": { "description": "Metadata item", "type": "string" }, "type": "array" }, "name": { "description": "The name of the node", "type": "string" }, "nodeType": { "description": "The type of the node", "type": "string" } }, "required": [ "name", "nodeType", "metadata" ], "type": "object" }, "type": "array" } }, "required": [ "nodes" ], "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/CheMiguel23/MemoryMesh'

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