Skip to main content
Glama
v0idravl
by v0idravl

execute_command

Execute a command line on a Sliver C2 session, splitting it into arguments for proper execution and optionally capturing output.

Instructions

Convenience: shell-split command_line and run it. yellow-tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputNo
target_idYes
command_lineYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions shell-splitting but omits critical details: whether output is returned synchronously, error handling, permissions required, or if the command runs in the background.

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 description is very short (one sentence) but lacks necessary details. It is concise but under-specified; expanding it to include parameter descriptions and behavioral notes would improve without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain all parameters, return values, or distinguish from many sibling tools, making it inadequate for reliable agent selection.

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

Parameters2/5

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

Schema coverage is 0%, so the description must explain parameters. It adds context only for 'command_line' (shell-split). Parameters 'output' and 'target_id' are not described, leaving their roles unclear.

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?

The description clearly states that the tool splits a command_line using shell rules and executes it. The 'convenience' prefix hints at a simpler alternative to other execution tools, offering some differentiation from siblings like 'execute'.

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?

No explicit guidance on when to use this tool versus alternatives such as 'execute' or 'arm_dangerous'. The 'yellow-tier' label is cryptic and does not provide actionable context for selection.

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/v0idravl/sliver-mcp'

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