iiRecord
Agentic AI Atlas · Memory: Create Relations
tool-descriptor:memory.create-relationsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:memory.create-relations

Structured · live

Memory: Create Relations json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/memory-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:memory.create-relations",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/memory-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Memory: Create Relations",
    "description": "Add directed relations between entities.",
    "inputSchema": {
      "type": "object",
      "required": [
        "relations"
      ],
      "properties": {
        "relations": {
          "type": "array"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "relations": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:memory.create-relations",
      "to": "tool-server:mcp-memory",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-memory",
      "to": "tool-descriptor:memory.create-relations",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}