afl_content_text_list
List AFL and AFLW news articles filtered by tags and references. Returns title, body, author, date, and tags for each article.
Instructions
List text articles (news) with reference/tag filters.
Returns: {pageInfo, content:[{id, type:'text', title, date, tags, references, body, author}]}
Example: AFL+AFLW news index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| limit | No | ||
| offset | No | ||
| pageSize | No | ||
| tagNames | No | ||
| references | No | ||
| tagExpression | No | ||
| referenceExpression | No |