find_node
Look up a Swift function, class, or protocol by name to receive its stable graph node ID.
Instructions
Find graph nodes by name without knowing their full stable ID.
Case-insensitive match against name and qualname. Use when you know a function or class name from reading code and need its stable ID.
:param name: Function, type, or protocol name to search for. :param kind: Optional kind filter: module | class | struct | protocol | function | method | etc. :return: JSON array of matching node dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |