document_get_node
Retrieve any node from an API document by specifying its node path, enabling targeted access to document sections.
Instructions
Get any node by its node path (e.g. /paths[/pets]/get, /info, /components/schemas[Pet])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session name | |
| nodePath | Yes | Node path string (e.g. /info, /paths[/pets]/get) |