list_stored_data
List previously stored raw data files from KOSIS queries to find and access large datasets with their metadata.
Instructions
저장된 원본 데이터 파일 목록을 조회합니다.
get_statistics_data로 조회한 대용량 데이터는 자동으로 파일에 저장됩니다. 이 도구로 저장된 파일 목록을 확인하고, read_stored_data로 접근할 수 있습니다.
Returns: { "stored_files": [ { "data_id": "20231213_abc12345", "file_path": "/tmp/kosis_data/...", "record_count": 1000, "tbl_nm": "행정구역별 인구수", "created_at": "2023-12-13T10:30:00" }, ... ], "total_files": 5, "hint": "read_stored_data(data_id)로 데이터 접근" }
Example: >>> list_stored_data()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||