import_jsonl
Import entities and relations from JSONL-formatted text into a knowledge graph, compatible with MCP memory exports.
Instructions
Import entities and relations from JSONL-formatted text.
Compatible with @modelcontextprotocol/server-memory and other MCP memory exports. Each line should be a JSON object with a 'type' field of 'entity' or 'relation'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonl_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |