wp_get_application_passwords
Retrieve application passwords for a specific WordPress user by providing their user ID. Useful for managing authentication tokens.
Instructions
Lists application passwords for a specific user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| user_id | Yes | The ID of the user to get application passwords for. |