Skip to main content
Glama

add_paragraph

Appends a styled paragraph to a LibreOffice Writer document, with control over typography, alignment, spacing, and named styles. Use it to add headings or formatted body text.

Instructions

Append a styled paragraph to a Writer doc (the workhorse — use a large bold size for headings). size is points; color is hex; align is left|center|right|justify; space_before/after are cm. style optionally applies a named paragraph style (e.g. "Heading 1").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boldNo
fontNo
sizeNo
textYes
alignNoleft
colorNo#222222
styleNo
doc_idYes
italicNo
space_afterNo
space_beforeNo
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds meaningful behavior context by naming parameter semantics: size is points, color is hex, align has an enumerated set, and spacing is in centimeters. The word "Append" also signals that the paragraph is added at the end of the document. It does not disclose error behavior or invalid style handling, but it goes well beyond the bare schema.

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 compact and front-loaded, with the core action stated first. Every clause adds value: the heading tip is practical, and the parameter annotations are packed into two sentences without repetition or filler. It is efficient while being informative.

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

Completeness4/5

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

Given the 11 parameters, 0% schema coverage, and no annotations, the description covers most of the information an agent needs to call the tool correctly: units, formats, allowed values, and optional style behavior. It lacks explicit guidance on font/italic semantics and does not name sibling alternatives for selection, but the core calling requirements are well covered.

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

Parameters4/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, and it does for the most important parameters. It clarifies units for size and spacing, hex format for color, allowed align values, and the role of the style parameter. It does not explain font or italic, but these are reasonably inferable from their names, and text/doc_id are self-evident.

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 opens with a specific verb and resource: "Append a styled paragraph to a Writer doc." This clearly distinguishes the tool from siblings like add_textbox, add_list, and insert_text by stating it adds a styled paragraph to a document. The parenthetical "workhorse" and heading guidance further reinforce its intended role.

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 common use cases, such as using a large bold size for headings, which gives practical formatting guidance. However, it does not explicitly state when to choose this tool over alternatives like add_textbox or insert_text, nor does it mention any exclusions. The usage context is implied rather than explicit.

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