Skip to main content
Glama

sw_probe_scenario

Preview a wireless scenario's interference, link budget, and geometry in ~1/8 the time of a full simulation to decide whether to run the full setup.

Instructions

花几十秒看清一个场景长什么样,再决定要不要花几十分钟正式跑。

下单之前先看货。num_rb 压到 24、关掉 SSB 测量,几何量与全带宽 逐位相同(实测 273 / 24 / 12 三档,sinr / sir / 路损 / 距离 / 视距 / 多普勒 / UE 位置全部零差异),唯一变的 snr_dB 有解析修正且已修正。 耗时降到约 1/8。

回的是:干扰画像(IoT,多小区才有)、链路预算(SNR/SINR/SIR 分布)、 几何量(路损、距离、视距比例、多普勒)、测量域导频 SIR(link=BOTH 才有)。

not_available 里明确列出探测模式给不了的量——谱效、吞吐、时延扩展 估计、宽带预编码。这些必须跑正式生成,别拿探测结果替代。

参数

preset : 预设名(sw_list_presets 查)。与 config 二选一。 config : 直接给配置。给了 preset 时作为覆盖项。 num_samples : 探测样本数。30 看中位数够用,看 5% 分位建议 100 以上。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configNo
presetNo
num_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 the full burden. It discloses internal behavior (num_rb compressed to 24, SSB measurement off), equivalence guarantees (bit-identical geometry for specific RBs), runtime reduction (~1/8), what is returned, and what is not_available. This is exceptionally transparent.

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 well-structured with a hook, technical details, return info, limitations, and parameter explanations. It is slightly verbose but every section serves a purpose. Front-loaded with the key use case. Not overly wordy for the complexity covered.

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?

The description is complete for a probe tool: it explains what it does, what it returns, what it cannot provide, and usage guidance. The presence of an output schema reduces the need to describe return values in detail, and the description covers the non-obvious limitations and safety nuances.

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

Parameters5/5

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

The schema has 0% description coverage, so the description must compensate. It includes a dedicated '参数' section explaining preset (referencing sw_list_presets), config (as overrides), and num_samples (with guidance on sample sizes for different percentiles). This fully adds meaning beyond the bare 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 purpose: "花几十秒看清一个场景长什么样,再决定要不要花几十分钟正式跑" (spend tens of seconds to preview a scenario before committing to a long formal run). It contrasts with the formal generation path and names the resource (scenario), making it distinct from siblings like sw_generate.

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

Usage Guidelines5/5

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

Explicit guidance is provided: use this to decide whether to run a full generation. It also states when not to use it: "这些必须跑正式生成,别拿探测结果替代" (these must run formal generation, don't substitute probe results), giving clear when/when-not boundaries.

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