list_edges
List graph edges with filtering, deterministic sorting, and pagination to isolate relevant connections.
Instructions
엣지 목록 — filter 로 좁히고 결정적 정렬 + 페이지네이션.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filter | No | 엣지 필터 DSL ([6]) — 예: 'relation == "calls" AND weight > 1'. 엣지 필터에 노드 group function(degree 등)을 쓰면 명확한 에러로 거부된다. | |
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||