linkedin_create_image_post
Create LinkedIn posts with exactly one image using a local file, public URL, search query, or AI-generated photorealistic visual.
Instructions
Create a LinkedIn post with exactly one image. Supports local file path, public image URL, internet image search query, or AI image generation prompt tuned for photorealistic results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Commentary for the image post (hashtags will be appended at the end) | |
| altText | No | Optional accessibility text for the image | |
| hashtags | No | Optional hashtags. If omitted, hashtags are auto-generated and appended at the end of the post. | |
| imageUrl | No | Public image URL | |
| imagePath | No | Local image path (.jpg, .jpeg, .png, .gif, .webp) | |
| visibility | No | Post visibility: PUBLIC (default), CONNECTIONS, or LOGGED_IN | |
| imageSearchQuery | No | Search query to fetch a related internet image. Use this instead of imagePath/imageUrl. | |
| imageGenerationPrompt | No | Prompt to generate a photorealistic AI image (text overlays/logos are discouraged by default). Use this instead of imagePath/imageUrl/imageSearchQuery. |