list_pages
List wiki pages with their descriptions, filtered by page type or tags using and/or matching logic.
Instructions
List pages with their one-line descriptions, optionally filtered.
Args: page_type: Type to restrict to. See list_types. tags: Frontmatter tags to filter by. See list_tags. match: 'and' (page must carry every tag, default) or 'or' (any).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| match | No | and | |
| page_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |