Skip to main content
Glama

mist_get_rf_templates

Read-only

Retrieves all RF templates from a Mist organization, showing channel, transmit power, and band settings.

Instructions

List RF templates in an organization.

Returns all RF (Radio Frequency) templates configured in the specified organization, including channel, transmit power, and band settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesOrganization name (must be configured in .env).
pageNoPage number for pagination (default: 1).
limitNoMaximum number of RF templates to return (default: 100).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds value by specifying that the tool returns channel, transmit power, and band settings, but does not disclose additional behavioral traits like pagination or permission requirements.

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 two sentences, front-loaded with the main purpose, and contains no extraneous information. Every sentence is necessary and effective.

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 simplicity (3 parameters, output schema present, readOnly annotation), the description adequately covers what the tool does and what it returns. The pagination details are available in the schema, and the description complements this by summarizing the output content.

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

Parameters3/5

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

The input schema has 100% description coverage for all three parameters (org, page, limit). The description does not add further semantic guidance beyond what the schema provides, so baseline score of 3 is appropriate.

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 verb 'List' and the resource 'RF templates', and specifies the scope 'in an organization'. It distinguishes itself from sibling tools like mist_list_orgs and mist_get_device_stats by focusing solely on RF templates.

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 clear context for when to use the tool (to list RF templates), but does not explicitly mention when not to use it or compare to alternatives. Since it's a specific list operation, the usage is implicitly clear.

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/vahagn-madatyan/juniper-mist-mcp'

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