Skip to main content
Glama

sw_iot_convert

Converts wireless IoT metrics: derive IoT from SINR/SIR, grade IoT levels, or convert between IoT and equivalent cell load. Read IoT as load percentage using uplink pole capacity relation.

Instructions

IoT 相关的换算与分级。三种用法,给哪组参数就算哪个。

  • sinr_db + sir_db:算这一点的 IoT(两者必须同口径, 即都来自几何 SINR 计算,不能拿 snr_dB 凑)。

  • iot_db:分级 + 换成等效小区负载。

  • load:由等效负载反推 IoT。

等效负载用的是上行极点容量关系 IoT = 1/(1-load),是解释性换算, 帮助把 "IoT 20 dB" 读成 "等效 99% 负载",不代表仿真真按这个负载调度。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loadNo
iot_dbNo
sir_dbNo
sinr_dbNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 the underlying formula (IoT = 1/(1-load)) and explicitly states that the equivalent load is an interpretive conversion, not a representation of actual scheduling – a valuable caveat. It also warns against mixing input sources, providing behavioral context that a mere schema would not.

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 compact but well-structured, using a lead sentence followed by three bullet points for the usage modes and a final note on the mathematical relationship. Every sentence adds relevant information, avoiding redundancy.

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?

For a tool with conditional parameter groups and no annotations, the description covers the essential scenarios, formula, and a critical caveat about interpretation. It does not specify behavior when conflicting parameter groups are supplied, but the output schema likely covers return values.

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 has zero description coverage, so the description must compensate. It explains the role of each parameter: sinr_db+sir_db compute IoT, iot_db is graded and converted to load, and load reverses to IoT. It also notes the requirement for consistent input sources, adding semantic meaning beyond the parameter names.

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 verb-resource pair ('IoT 相关的换算与分级') and then enumerates three specific usage modes, distinguishing this conversion utility from sibling tools by its dedicated focus on IoT-related calculations. The purpose is unambiguous and well-scoped.

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 provides explicit instructions on which parameter groups to supply for each of the three computation modes, including a constraint that sinr_db and sir_db must come from the same geometric SINR calculation. It does not mention alternative tools or when not to use this tool, so it falls short of a full 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