list_nodes
Retrieve nodes from a knowledge graph with filters for keyword, category, and sorting. Supports pagination and can include connected edges.
Instructions
지식 그래프의 노드 목록을 조회합니다.
Args: keyword: 검색어 (name, summary에서 부분 매칭). 빈 문자열이면 전체 조회. category: 카테고리 필터. 빈 문자열이면 전체. include_edges: 각 노드의 연결된 edge 포함 여부 limit: 최대 반환 수 (기본 20, 최대 100) offset: 페이지네이션 오프셋 sort_by: 정렬 기준 (updated_at, created_at, name) sort_order: 정렬 방향 (asc, desc)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | ||
| category | No | ||
| include_edges | No | ||
| limit | No | ||
| offset | No | ||
| sort_by | No | updated_at | |
| sort_order | No | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |