Skip to main content
Glama
RFingAdam
by RFingAdam

cmw_lte_configure_nas

Configure LTE NAS parameters (MCC, MNC) to set mobile country and network codes for CMW500 testing.

Instructions

Configure LTE NAS parameters (MCC, MNC)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mccNoMobile Country Code (default: 001)001
mncNoMobile Network Code (default: 01)01
hostNo
portNo
Behavior2/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 only says 'Configure' without disclosing side effects, whether a connection is required, what host/port are used for, or if changes are reversible. This leaves substantial behavioral ambiguity for a mutating operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise in length. However, it is under-specified: essential information like host/port semantics and usage context is missing. It is short but not efficiently complete, so it earns a middle score.

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

Completeness2/5

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

With 4 parameters, no output schema, and no annotations, the description is inadequate. It does not explain host/port, the role of NAS parameters in the broader LTE workflow, or the expected outcome. Given the large sibling set, more contextual detail is needed for correct invocation.

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 description coverage is 50%: mcc and mnc are described, but host and port are not. The description only repeats the two named parameters and offers no explanation of the undocumented ones, nor additional constraints or relationships. It fails to compensate for the coverage gap.

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 uses the specific verb 'Configure' and the resource 'LTE NAS parameters' with the scope '(MCC, MNC)'. This clearly distinguishes it from sibling tools like cmw_lte_configure_cell or cmw_lte_configure_bearer, which target different LTE aspects.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, use cases, or exclusions. The description is too minimal to communicate any usage context beyond the obvious naming.

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/RFingAdam/mcp-rs-cmw500'

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