Skip to main content
Glama

sw_missing_slots

Identify missing parameters in wireless simulation conclusions and return prioritized questions with options, enabling proactive user input for complete experiment design.

Instructions

结论模板里还空着哪些槽 —— 决定该主动问用户什么。

一次蒙特卡洛仿真的产出说到底就是一句话::

在【场景】下,【方法】相对【基线】在【指标】上【效应 ± 置信区间】(n 样本),
该结论在【扫描维度】上成立。

每个方括号是一个必须填的槽。空着的槽就是该问的问题,按"空着的代价" 从大到小排序返回,每个槽带 3~4 个选项。

注意样本数不在槽里——它是由效应量和试点方差算出来的(sw_sample_size), 把它当问题抛回给用户是把该自己做的功课推回去。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answered_designNo
answered_paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and lives up to it. It discloses the return behavior (slots sorted by cost, each with 3-4 options), explains what is not included (sample size) and why, and clarifies the underlying logic. This is substantial transparency for a read-only tool.

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 front-loaded with the purpose, then provides necessary context about the template and sample-size exclusion. It is somewhat long but every sentence contributes value; only minor trimming could improve conciseness.

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 output schema exists and the description covers the return behavior well, but the input parameters are under-specified. Given the complexity of the template and the workflow, the missing parameter semantics leaves the tool not fully self-contained.

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

Parameters2/5

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

Schema coverage is 0%, and the description does not explain what answered_design and answered_params mean, their format, or how they map to the slots. The parameter names give a hint, but the agent cannot reliably construct the input without further guidance.

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 identifies empty slots in a conclusion template and decides what to ask the user. It defines the template structure with bracketed slots and explains that empty slots become questions, distinguishing it from sibling tools like sw_sample_size.

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 indicates when to use this tool: to determine what to actively ask the user. It also explicitly says not to ask for sample size and directs to sw_sample_size, offering an alternative. However, it doesn't systematically compare to all sibling tools or provide exclusions.

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