Skip to main content
Glama
gxxHuang
by gxxHuang

get_terminal_list

Read-only

Retrieve a list of online devices with IP, MAC, hostname, traffic, and connection counts for real-time network monitoring.

Instructions

获取终端监控列表:所有在线设备 IP/MAC/主机名/流量/连接数

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo每页数量
offsetNo分页偏移
ip_typeNo"v4" 或 "v6"v4

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, so the safety profile is known. The description adds value by disclosing the scope ('all online devices') and the fields returned (IP/MAC/hostname/traffic/connections). However, it does not disclose pagination behavior, default limits, or whether the list reflects real-time data, which would be useful context.

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 a single, information-dense sentence. It is front-loaded with the verb and resource ('获取终端监控列表') followed by the key return fields. Every word earns its place with no repetition or filler.

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 and the presence of an output schema, the description is sufficiently complete. It clearly indicates the scope (all online devices) and the returned fields, while the schema covers pagination and IP version parameters. No critical context is missing for a list-reading operation.

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?

Schema description coverage is 100% (limit, offset, ip_type all have descriptions). The tool description adds no information about parameters beyond what the schema already states. Per the rubric, high schema coverage earns a baseline of 3, and the description does not compensate with additional semantic detail.

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's function: '获取终端监控列表' (get terminal monitoring list), and specifies the exact data returned: '所有在线设备 IP/MAC/主机名/流量/连接数' (all online devices IP/MAC/hostname/traffic/connection count). This distinguishes it from siblings like get_terminal_log or get_arp_log by emphasizing it's a monitoring list of current online devices with traffic stats.

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?

The description provides no guidance on when to use this tool versus alternatives. It simply states what it does without mentioning exclusions, prerequisites, or comparative use cases. For example, it does not clarify whether to use this over get_terminal_log for historical logs or get_connection_table for connection details.

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/gxxHuang/ikuai-mcp-server'

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