wp_get_application_passwords
Retrieve all application passwords associated with a specific WordPress user by providing their user ID. Use this to manage and review application passwords for enhanced security.
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. |