network_interfaces
List all network interfaces on an OpenWrt router and show their current status.
Instructions
List all network interfaces and their status on the OpenWrt router.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List all network interfaces on an OpenWrt router and show their current status.
List all network interfaces and their status on the OpenWrt router.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of behavioral disclosure. It clearly indicates a read-only listing operation and that status is included, but does not add extra context such as return format, potential delays, or permission requirements. For a simple list tool, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single clear sentence with no fluff. It states the action, the resource, and the scope in an economical way, earning every word.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (no parameters, no output schema), the description is reasonably complete. It communicates the essential behavior, though it could theoretically note the exact structure of the returned status or clarify the difference from network_status. Overall, it suffices for a simple listing tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema contains no properties, so there is nothing to document. The baseline for zero-parameter tools is 4, and the description does not need to compensate for any missing parameter information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' and identifies the resource as 'all network interfaces' on the OpenWrt router, making the purpose clear. It does not explicitly differentiate from siblings like network_status, but the focus on interfaces is specific enough to distinguish it.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives such as network_status or wifi_status. There is no mention of prerequisites, use cases, or exclusions, leaving the agent without directional context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/haode01/openwrt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server