import_from_file
Import large datasets (100K+ records) from a file inside the server data directory. Reads the file directly in-process to bypass MCP size limits, with merge support and path traversal protection.
Instructions
서버 데이터 디렉토리 안의 파일에서 대량 임포트한다 ([5-E], 100K+).
서버가 파일을 직접 읽어 in-process 처리한다(push_batch 의 MCP 상한 미적용). path 는 데이터 디렉토리 내로 제한된다 — 절대경로/.. traversal/루트 밖 거부([11]). merge 의미론은 import_graph 와 같다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| merge | No | ||
| format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||