wp_get_media
Retrieve a single WordPress media item by ID to fetch its URL, metadata, and captions for content or SEO tasks.
Instructions
Retrieves a single media item by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier for the media item. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. |