Skip to main content
Glama
wasomma

fpv-sim-mcp

by wasomma

Compare two configurations over the same seeds

compare_configs
Read-only

Compare two configuration variants across a range of seeds to reveal which performs better, outputting aggregate statistics, paired deltas, flipped outcomes, and a plain-language analysis.

Instructions

Run two CONFIG variants over the SAME consecutive seed range (a paired experimental design: terrain and emplacement luck cancel out, so a few hundred seeds resolve real effect differences) and return each variant's aggregate statistics, the paired outcome deltas, the seeds whose outcome flipped, and a plain-language summary generated from those numbers. Use it to test doctrine questions, e.g. what happens to win rates when OPFOR adopts EMCON discipline. Max count 500.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesNumber of consecutive seeds run under BOTH variants.
label_aNoHuman-readable name for variant A.
label_bNoHuman-readable name for variant B.
config_aYesVariant A overrides (may be {} for the stock configuration).
config_bYesVariant B overrides (may be {} for the stock configuration).
start_seedYesDeterministic engagement seed. The same seed always replays the identical engagement. Featured seeds: 20260719 (standard BLUFOR win), 66 (fast BLUFOR win), 57 (deliberate BLUFOR win), 41 (OPFOR win), 59 (close race, OPFOR).
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description does not contradict. It adds behavioral context: paired experimental design cancels terrain and emplacement luck, and it returns a plain-language summary. No destructive behavior indicated.

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 a single paragraph that is dense but efficient, front-loading the purpose and including all key information (paired design, output types, max count, example). It could be restructured slightly for readability but is not overly verbose.

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 tool's complexity (6 parameters, nested objects, no output schema), the description adequately covers the return values and the experimental design. It provides enough context for an AI agent to use it appropriately, though it could describe the output format more explicitly.

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 coverage is 100% with descriptions for all parameters and nested fields. The description adds extra context like 'deterministic' and example seeds, and explains that config values can be '{} for the stock configuration', enhancing understanding beyond 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 clearly states the tool's action: 'Run two CONFIG variants over the SAME consecutive seed range' and specifies outputs (aggregate statistics, paired deltas, flipped seeds, plain-language summary). It distinguishes itself from siblings like sweep_seeds (single config) and run_engagement (single run).

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

Usage Guidelines4/5

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

The description gives an explicit use case example ('test doctrine questions, e.g. what happens to win rates when OPFOR adopts EMCON discipline') and mentions the 'Max count 500' limit. It implies when to use but doesn't explicitly state alternatives or when not to use.

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/wasomma/fpv-sim-mcp'

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