wp_get_user
Retrieve a single WordPress user by ID to fetch account details; target a specific site when managing multiple WordPress installations.
Instructions
Retrieves a single user by their ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the user. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |