Skip to main content
Glama

send_command

Execute scripts directly in the PyNet engine by specifying process IDs, script names, and content to integrate AI with network automation.

Instructions

Direct script execution in the PyNet engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidYes
script_nameYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure but fails to indicate whether execution is synchronous, what side effects occur, or safety implications. It does not explain the "PyNet engine" context or what distinguishes "direct" execution. The minimal disclosure leaves critical behavioral traits like state mutation and error handling undocumented.

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 six-word description contains no redundant or filler language, presenting a single focused clause. However, given the tool's complexity with three undocumented parameters and no annotations, the extreme brevity results in under-specification rather than efficient communication. The structure is appropriately front-loaded but insufficiently substantial for the tool's complexity.

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?

For a tool with three required parameters and zero schema documentation, the description fails to explain parameter purposes, execution prerequisites, or behavioral constraints. While an output schema exists (reducing the need for return value documentation), the description omits critical context needed for safe and correct invocation. The coverage is inadequate for the tool's evident complexity.

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

Parameters1/5

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

The input schema has 0% description coverage for all three parameters (pid, script_name, content), yet the description compensates by mentioning none of them. It provides no hints about whether pid refers to a process identifier, what format content expects (code vs. commands), or how script_name is used. This complete absence of parameter context forces the agent to guess semantics for required fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

"Direct script execution in the PyNet engine" clearly identifies the core action (execution) and resource (scripts in PyNet). The adjective "Direct" provides implicit differentiation from sibling tools like deploy_script_button, though it lacks explicit comparison. It successfully conveys the tool's function without tautology.

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 such as deploy_script_button or create_pynet_module. It lacks prerequisites, conditions, or explicit comparisons to related operations. The agent must infer usage context solely from the word "Direct" without knowing what constitutes indirect execution.

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/rafa2403nunez-droid/PyNetBridge'

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