List pages in a space
list_pages_in_spaceList pages directly inside a given XWiki space. Pass a space reference to retrieve its immediate child pages, and call again with nested space references to go deeper.
Instructions
List the pages directly inside one space. Nested spaces are not expanded; call this again with the nested space's reference to descend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum pages to return. Default 100. | |
| spaceRef | Yes | Space reference, for example 'Main' or 'Main.Sub', as returned by list_spaces. |