confluence_embed_image
Embeds an image inline into a Confluence page. Not implemented in this version; upload attachments via confluence_add_attachment.
Instructions
NOT SUPPORTED in this version. Inline image embedding requires the Atlassian Media API (ADF media nodes) and is not implemented. Use confluence_add_attachment to upload the file and reference it from the Confluence UI. Calling this tool will return an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | No | Alt text for the image (defaults to filename) | |
| align | No | Image alignment (default: no alignment) | |
| width | No | Optional width in pixels for the image | |
| pageId | Yes | The page ID to embed the image in | |
| caption | No | Optional caption to display below the image | |
| filePath | No | Local file path to the image (e.g., "/path/to/diagram.svg"). If provided, filename is auto-detected. | |
| filename | No | The filename for the image (optional if filePath is provided) | |
| position | No | Where to insert the image (default: bottom) | |
| fileContent | No | Base64 encoded image content (alternative to filePath) | |
| headingText | No | If position is "after-heading", the heading text to insert after |