Skip to main content
Glama
v0idravl
by v0idravl

execute

Run an executable on a remote session or beacon. Specify target ID, path, and optional arguments to execute and capture output.

Instructions

Run an executable on a session or beacon. yellow-tier (host telemetry).

target_id resolves to a session or beacon automatically. For beacons the result returns once the next check-in completes the task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
pathYes
outputNo
target_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains that for beacons the result returns at next check-in, which is helpful. However, it does not disclose whether the tool is destructive, requires special permissions, or generates host telemetry beyond the vague 'yellow-tier' label.

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, with two sentences and one additional line about target_id. It front-loads the core purpose and includes key behavioral notes without any fluff.

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?

Given the tool has 4 parameters, no output schema, and no annotations, the description is insufficient. It does not explain what the function returns, the role of the 'output' boolean, or how 'args' should be formatted. The agent would lack critical context to use the tool effectively.

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?

With 0% schema description coverage, the description should provide parameter details. It only explains that target_id resolves automatically, leaving args, path, and output entirely unspecified. The schema has defaults but no descriptions, so the agent gains minimal insight from the description.

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 'Run an executable on a session or beacon' which is a specific verb and resource. However, it does not differentiate from the sibling tool 'execute_command', which could cause confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions automatic resolution of target_id and the delayed result for beacons, providing some usage context. But it does not specify when to use this tool versus alternatives like 'execute_command', nor does it give any when-not-to-use guidance.

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