Read list items
nodiom_read_listExtract all list items from a Markdown file section using a structural selector. Returns a JSON array of strings for iterating over tasks, team members, or bullet lists.
Instructions
Returns all list items under a selector as a JSON array of strings. Useful when you need to iterate over tasks, team members, or any bullet list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the Markdown file. | |
| selector | Yes | Selector pointing to a section containing a list. Example: "## Tasks > ### Active" |