Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
altNoAlt text for the image (defaults to filename)
alignNoImage alignment (default: no alignment)
widthNoOptional width in pixels for the image
pageIdYesThe page ID to embed the image in
captionNoOptional caption to display below the image
filePathNoLocal file path to the image (e.g., "/path/to/diagram.svg"). If provided, filename is auto-detected.
filenameNoThe filename for the image (optional if filePath is provided)
positionNoWhere to insert the image (default: bottom)
fileContentNoBase64 encoded image content (alternative to filePath)
headingTextNoIf position is "after-heading", the heading text to insert after
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Clearly states that calling the tool results in an error, and explains why (requires Atlassian Media API, not implemented). Without annotations, this disclosure fully addresses behavioral expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no filler. Front-loaded with the key message ('NOT SUPPORTED'). Every word earns its place, efficiently conveying status, reason, alternative, and consequence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a non-functional tool, the description is complete: it states unsupported status, reason, alternative, and outcome of calling it. No additional information is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions, so baseline is 3. The tool description adds no parameter-specific information, but for a stub tool that errors, this is acceptable since parameters are never actually used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool is not supported and will return an error, clearly distinguishing it from functional tools. It specifies the verb 'embed image' and the resource, and immediately indicates non-functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Directly tells the agent not to use this tool ('NOT SUPPORTED') and provides an explicit alternative ('Use confluence_add_attachment'). This eliminates ambiguity about when to invoke it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jagadeesh52423/ConfluenceMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server