Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_edges

Modify edges in a knowledge graph by updating source, target, edge type, and weight attributes to reflect new relationships or changes in data structure.

Instructions

Update existing edges in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
edgesYesArray of edges to update

Input Schema (JSON Schema)

{ "properties": { "edges": { "description": "Array of edges to update", "items": { "description": "Edge to update", "properties": { "edgeType": { "description": "Current edge type", "type": "string" }, "from": { "description": "Current source node name", "type": "string" }, "newEdgeType": { "description": "New edge type", "type": "string" }, "newFrom": { "description": "New source node name", "type": "string" }, "newTo": { "description": "New target node name", "type": "string" }, "newWeight": { "description": "Optional new edge weight (0-1 range)", "maximum": 1, "minimum": 0, "type": "number" }, "to": { "description": "Current target node name", "type": "string" } }, "required": [ "from", "to", "edgeType" ], "type": "object" }, "type": "array" } }, "required": [ "edges" ], "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