Skip to main content
Glama

sw_compare_arms

Perform a paired comparison of two wireless schemes on the same channel realizations, including fairness checks and statistical tests, to determine the better approach with a concise conclusion.

Instructions

同一批信道上跑两个方案,做配对比较,并连过门 2、门 3。

这是下结论前的最后一道关。它做四件普通的"比均值"做不到的事:

  1. 配对 —— 两臂共用同一批信道实例,共同的路损/撒点/衰落起伏被差分 抵消,剩下的才是方案本身的差别。配对设计所需样本数常比非配对少一个数量级。

  2. 公平性检查(门 2) —— 配置漂移、CSI 口径不一致(一边理想一边估计 就是让自己的方法偷看答案)会被直接拦截。

  3. 统计检验(门 3) —— 配对 t 检验 + Wilcoxon 符号秩双保险,95% 置信 区间跨零就拦,单个样本贡献过半也拦。

  4. 一句可直接写进报告的结论 —— 过不了门时它会明说结论不成立及原因。

method_*svd / svd_wideband / type1 / dft / mrt / identitycsi_*ideal 用理想信道预编码,estimated 用估计信道。 snr_db 不给时用数据集逐样本自身的 SINR(各用户真实工作点)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csi_aNoideal
csi_bNoideal
name_aNo方案A
name_bNo方案B
snr_dbNo
method_aYes
method_bYes
receiverNommse
dataset_idYes
max_samplesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries full disclosure burden. It reveals important behaviors: pairing cancels common channel effects, fairness check blocks config drift and CSI inconsistencies, statistical tests use paired t-test and Wilcoxon signed-rank with specific blocking conditions (95% CI crossing zero, single sample contribution >50%), and it explicitly states when gates are not passed it will state the conclusion is invalid and why. This is rich behavioral context far beyond a typical tool description.

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 front-loaded with a one-sentence summary, then uses a bulleted list to explain the four unique capabilities, and ends with parameter-value notes. Despite being longer than most descriptions, each sentence/bullet adds distinct information (pairing benefits, fairness issues, test details, conclusion behavior). No fluff or redundancy.

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

Completeness5/5

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

Given the tool's high complexity (paired comparison, multiple gates, statistical tests) and the presence of an output schema, this description is nearly complete. It explains the method's purpose, the gate semantics, the conclusion behavior, and key parameter defaults. The only gaps are minor parameter meanings (receiver, max_samples) and interaction with other tools, but the description stands alone well.

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 input schema provides no descriptions (0% coverage) and no enums. The description compensates by explicitly documenting the allowed values for method_* (svd/svd_wideband/type1/dft/mrt/identity), the meaning of csi_* (ideal vs estimated), and the behavior of snr_db when omitted (uses per-sample SINR). This covers the core comparison parameters. However, it does not explain receiver, max_samples, dataset_id, or name_*, leaving some semantic gaps. Still, the value added for the central parameters is substantial.

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 clear statement: 'Run two schemes on the same batch of channels, do paired comparison, and pass gates 2 and 3.' It then enumerates four concrete capabilities (pairing, fairness check, statistical tests, conclusion sentence) that distinguish it from ordinary mean-comparison tools and likely from siblings like sw_compare_scenarios. This specific verb+resource+scope makes 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 Guidelines4/5

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

It states 'This is the last gate before drawing conclusions,' providing a clear temporal/decision context. It also implies alternatives by saying it does four things that ordinary 'mean comparison' cannot do, implying use when those advanced features are needed. However, it does not explicitly name sibling tools or give when-not-to-use exclusions, so it falls short of a perfect 5.

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/TianLin0509/superwireless'

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