list_nodes
Fetch paginated graph nodes with filter DSL, deterministic sorting, and offset-based pagination to narrow down and analyze specific node types or properties.
Instructions
노드 목록 — filter 로 좁히고, 결정적 정렬 + 페이지네이션.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 한 페이지 최대 (<=1000). offset: 건너뛸 개수. | |
| order | No | desc | |
| filter | No | 필터 DSL 식 ([6]) — 예: 'type == "class" AND degree(node) > 5'. 생략하면 전체. 잘못된 식/상한 초과는 명확한 에러로 거부된다. | |
| offset | No | ||
| sort_by | No | created_at |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||