create_image_from_url
Fetch an image from a URL and place it on the canvas as a rectangle with image fill. Use native dimensions unless width and height are provided.
Instructions
Fetch an image from a URL (server-side) and place it on the canvas as a rectangle with an image fill — e.g. reference screenshots, logos, photos. Native image size is used unless width/height given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| url | Yes | Direct image URL (png/jpg/gif/webp). | |
| name | No | ||
| width | No | ||
| height | No | ||
| parentId | No |