Skip to main content
Glama
maxionice

Arma Reforger MCP Server

by maxionice

Prepare or Run Arma Reforger Workbench

workbench_command

Build a correctly quoted Workbench command and execute it directly without a shell. Takes project, module, and optional plugin arguments for automation.

Instructions

EN: Build a quoted Workbench command and optionally launch the configured executable without a shell. DE: Einen korrekt maskierten Workbench-Befehl erstellen und die konfigurierte Programmdatei optional ohne Shell starten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moduleYes
pluginNo
executeNo
projectYes
autoCloseNo
pluginArgumentsNo
Behavior2/5

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

Annotations exist but are neutral (no readOnly, destructive hints). The description adds 'launch without a shell' but doesn't clarify side effects, permissions, or execution behavior. For a tool that can launch executables, more behavioral context 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.

Conciseness3/5

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

Two sentences (one English, one German) are brief, but the repetition of the same information in two languages is wasteful. It is structured but lacks useful content that earns its place.

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 6 parameters, a nested object, no output schema, and no parameter descriptions, the description is severely incomplete. It does not cover return values, error cases, or parameter relationships, leaving the agent with little to act on.

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

Parameters1/5

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

Schema coverage is 0% and the description provides no explanation of any of the 6 parameters. The agent must guess from names like 'pluginArguments' or 'autoClose'. No example values or context for the nested object or enum values.

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 states the tool builds a Workbench command and optionally launches it, using clear verbs and resource. The title adds 'Prepare or Run Arma Reforger Workbench', making the purpose specific. It distinguishes from sibling tools like list_projects or server_status, which are about listing or inspecting, not building commands.

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?

No guidance on when to use this tool vs. alternatives. No mention of prerequisites, exclusions, or context. The description only states what it does, not when or why.

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/maxionice/arma-reforger-mcp'

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