get_node
Fetch a Swift code node by its stable ID and get a Markdown summary. Optionally include outgoing edges and incoming callers for context.
Instructions
Fetch a single Swift node by its stable ID and render as Markdown.
Node IDs follow the pattern <kind>:<module_path>:<qualname>, e.g.
cls:Sources/Networking/Client.swift:HTTPClient or
meth:Sources/Networking/Client.swift:HTTPClient.send.
:param node_id: Stable node identifier. :param include_edges: If True, append outgoing edges and incoming callers. :return: Markdown-formatted node summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| include_edges | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |