get-category-members
Lists members of a MediaWiki category with page ID, namespace ID, and title. Filter by member type or namespace, and paginate up to 500 results 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). A member's type is omitted when it is an ordinary page (present only for files and subcategories).
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 | |
| wiki | No | Wiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki. |