nrf_list
Browse directory contents in the nRF Connect SDK repository to locate documentation, sample projects, and source files for embedded development.
Instructions
List the contents of a directory in the nRF Connect SDK repo (nrfconnect/sdk-nrf @ main).
Useful starting paths:
"doc/nrf" → Documentation root (RST files)
"doc/nrf/protocols" → Bluetooth, LTE, Thread, Zigbee docs
"doc/nrf/libraries" → Library reference docs
"doc/nrf/applications" → Application-level docs
"samples" → All sample projects
"samples/bluetooth" → Bluetooth LE samples
"samples/cellular" → LTE/cellular modem samples
"samples/matter" → Matter protocol samples
"samples/nfc" → NFC samples
"samples/tfm" → Trusted Firmware-M samples
"samples/crypto" → Cryptography samples
Returns dirs first, then files, with full paths you can pass to nrf_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path within the repo (e.g. 'samples/bluetooth') |