mediawiki_list_users
List wiki users filtered by group (sysop, bureaucrat, bot), activity status, and paginate results. Useful for identifying admins or active editors.
Instructions
List wiki users with optional group filtering.
USE WHEN: User asks "who are the admins", "list all users", "show active editors".
PARAMETERS:
group: Filter by group - "sysop" (admins), "bureaucrat", "bot" (optional)
active_only: Only show recently active users (default false)
limit: Max users (default 50)
continue_from: Pagination token
RETURNS: User names, groups, edit counts, and registration dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. | |
| group | No | Filter by user group: 'sysop' (admins), 'bureaucrat', 'bot', or empty for all users | |
| limit | No | Maximum users to return (default 50, max 500) | |
| continue_from | No | Continue token for pagination | |
| active_only | No | Only return users active in the last 30 days |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | ||
| total_count | Yes | ||
| has_more | Yes | ||
| continue_from | No | ||
| group | No |