wordpress_get_media_url
Retrieve the public URL for a WordPress media item by media ID, returning the direct link for the chosen size (thumbnail, medium, large, or full).
Instructions
Get the public URL for a WordPress media item.
Args: media_id: Media ID size: Image size (thumbnail, medium, large, full)
Returns: Media URL information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | full | |
| media_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||