Skip to main content
Glama

Create Arabic MS Word Document

create_word_document

Create a new Microsoft Word (.docx) file with custom page setup, margins, metadata, and default Arabic font and RTL settings.

Instructions

Creates a new Microsoft Word (.docx) document with custom page setup, margins, metadata, and default Arabic font and RTL settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoDocument title metadata
authorNoDocument author metadata
subjectNoDocument subject metadata
filePathYesOutput .docx file path relative to workspace or absolute
pageSizeNoPaper sizeA4
defaultFontNoDefault Arabic font familyAmiri
marginTopCmNoTop margin in cm
orientationNoPage orientationportrait
marginLeftCmNoLeft margin in cm
marginRightCmNoRight margin in cm
marginBottomCmNoBottom margin in cm
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavioral traits. It mentions RTL settings and Arabic font, but omits critical details such as whether existing files are overwritten, whether directories are created, or what the return value is. For a file-writing tool, this is a significant gap.

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 sentence of about 20 words, with the primary action front-loaded. It contains no filler or redundant information, every phrase contributes meaning.

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

Completeness3/5

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

The description adequately covers the core creation behavior and the schema is thorough, but it does not address file handling (e.g., overwrite behavior), return values, or that the document starts empty. Given the absence of annotations and output schema, more operational details would be beneficial.

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?

The schema documents all 11 parameters with descriptions, giving 100% coverage, so the baseline is 3. The description adds value by grouping parameters into semantic categories (page setup, margins, metadata) and noting the RTL default behavior, which is not explicitly in the schema.

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 uses a specific verb 'Creates' with a clear resource 'new Microsoft Word (.docx) document' and enumerates key capabilities such as page setup, margins, metadata, and Arabic font/RTL settings. It is distinct from sibling tools that inspect or modify existing documents, making the purpose unambiguous.

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 this tool is for creating a new document, but it does not explicitly state when to use it versus alternatives, nor does it mention that content addition should be handled by sibling tools like add_paragraph_to_document. No exclusion criteria or usage context beyond creation is provided.

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/MarwanDevSpace/mcp-arabic-ms-word'

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