get-category-members
Retrieve members of a MediaWiki category, optionally filtered by member type or namespace, with pagination support up to 500 items per call.
Instructions
Lists members of a category, returning each member's page ID, namespace ID, and wiki page title. Optionally filter by member type (page, file, subcat) or by namespace ID — filters apply server-side before the cap. Returns up to 500 members per call; paginate with continueFrom (opaque cursor echoed from the previous response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category name (with or without the "Category:" prefix) | |
| types | No | Types of members to include | |
| namespaces | No | Namespace IDs to filter by | |
| limit | No | Maximum members to return (1..500) | |
| continueFrom | No | Opaque continuation token from the previous response; omit on first call |