Skip to main content
Glama

insert_floating_image

Insert a floating image anchored to a paragraph with defined size and position; choose square, top-bottom, or none wrapping.

Instructions

Insert a floating (anchored) image. wrap: square|topbottom|none.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
para_idYes
image_pathYes
width_cmYes
height_cmYes
h_posNo
v_posNo
wrapNosquare

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses the image is anchored and provides wrap styles, but omits important behavioral details such as the requirement for a paragraph ID (para_id) as anchor, coordinate system, and what happens on insertion. Given no annotations, more transparency is needed.

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

Conciseness4/5

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

The description is concise, using one sentence and a wrap specification. However, it lacks structure (e.g., bullet points or parameter list) and could be more scannable while remaining brief.

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

Completeness2/5

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

Given 7 parameters, 4 required, no schema descriptions, and no annotations, the description fails to provide sufficient context for correct invocation. It does not explain output or parameter roles, leaving agents underinformed.

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

Parameters2/5

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

Only the 'wrap' parameter is partially explained with valid values. The remaining six parameters (para_id, image_path, width_cm, height_cm, h_pos, v_pos) are not described, leaving significant gaps despite 0% schema coverage.

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 clearly states the tool inserts a floating (anchored) image, distinguishing it from inline image insertion tools like 'insert_image'. It also lists wrap options, making the purpose explicit.

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

Usage Guidelines3/5

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

The description implies use for floating images by specifying 'floating (anchored)' but does not explicitly compare to alternatives or provide when-not-to-use guidance. It offers wrap choices but no context for selection.

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/SecurityRonin/docx-mcp'

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