Skip to main content
Glama
rajib884
by rajib884

execute_command

Send commands to a connected network device to retrieve information or change settings using user, enable, or config mode.

Instructions

Execute a command on a connected network device.

The device must be connected first using connect_device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesIP address or hostname of the connected device
commandYesCommand to execute (e.g., "show version", "show ip interface brief")
modeNoExecution mode: user (default), enable (privileged), or config (configuration)user

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses execution modes (user, enable, config) and gives an example, but does not mention potential side effects (e.g., config mode changes device state), output format, or error handling. The disclosure is partial but not misleading.

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 extremely concise: two sentences covering purpose and a crucial precondition. Every sentence adds value with no redundancy or fluff.

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?

Given 3 parameters, 100% schema coverage, and an output schema, the description adequately covers preconditions and execution modes. It could be more complete by noting output or behavior in different modes, but it is sufficient for most use cases.

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 coverage is 100%, so the schema already documents each parameter well. The description adds minimal extra meaning beyond the schema (e.g., providing command examples), which justifies a baseline score of 3.

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 'Execute a command on a connected network device.' It uses a specific verb ('Execute') and resource ('command on a connected network device'), and distinguishes from siblings like connect_device and disconnect_device which handle connection management.

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 explicitly states the device must be connected first using connect_device, which provides clear usage context. However, it does not explicitly state when not to use this tool or mention alternatives, though the sibling tools make the usage context 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/rajib884/bdcom_mcp'

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