Skip to main content
Glama

insert_image

Insert an image from a local path into a LibreOffice document, scaling it to a specified width in centimeters while retaining aspect ratio.

Instructions

Insert an image inline from an absolute path, scaled to width_cm (aspect preserved).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
doc_idYes
width_cmNo
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of disclosure. It usefully conveys that the image is inserted inline and scaled while preserving aspect ratio, but it does not mention insertion position, side effects, file type requirements, or return behavior. It adds some behavioral context but leaves significant gaps.

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?

The description is a single, focused sentence with no wasted words. It front-loads the main action and immediately provides the most relevant constraints.

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?

For a 3-parameter tool with no output schema and no annotations, the description is incomplete. It does not clarify where the image is inserted, whether the document must be open, what file formats are accepted, or what the tool returns. An agent would need additional context to invoke it reliably.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaning to path by requiring an absolute path and to width_cm by explaining scaling and aspect preservation, but it does not explain doc_id or its role. The description partially compensates for the schema's lack of parameter descriptions.

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

Purpose4/5

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

The description clearly states the action (insert), resource (image), and key constraints (inline, absolute path, scaled to width_cm, aspect preserved). It is specific but does not explicitly differentiate from the sibling tool add_image, so it stops short of full distinction.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as add_image or insert_table. It also omits any exclusions, prerequisites, or context about document state, leaving the agent without criteria for choosing this tool.

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

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/krondor-corp/libre-mcp'

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