list_nodes
Filter Swift code nodes by module path prefix or node kind to retrieve matching classes, functions, properties, and more from the codebase knowledge graph.
Instructions
List nodes filtered by module path prefix and/or kind.
:param module_path: Module path prefix filter (e.g. "Sources/Networking/Client.swift"). :param kind: Node kind filter: module | class | struct | enum | protocol | actor | extension | function | method | property | typealias. :return: JSON array of matching node dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| module_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |