Skip to main content
Glama
owen-25-AI

TripWire MCP Server

by owen-25-AI

safe_exec

Classifies commands and executes them inside a secure sandbox, blocking destructive operations while prompting human approval when a command is ambiguous.

Instructions

Classify and safely route a command inside TripWire's sandbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo.
intentNo
commandYes
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description says 'Classify and safely route a command inside TripWire's sandbox' but never explains what 'safely route' means—what happens to the command, what the sandbox does, whether it executes or just evaluates/classifies the command, what happens on unsafe commands, or what the output indicates. This is a security-sensitive tool and the description is almost entirely uninformative about behavior.

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 a single short sentence, which is concise, but it is under-specified rather than efficiently specified. The word 'process' fills the sentence with no additional behavioral content. It earns credit for brevity but the content is thin.

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?

This is a security-critical tool with no annotations, no output schema, and 0% schema description coverage for its parameters. The description fails to explain return values, what 'safe' classification means, failure modes, or how it relates to the sibling rollback tool. It is grossly incomplete for a sandbox-routing tool.

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?

Schema description coverage is 0%, so the description must clarify parameter meaning, but it mentions none of the three parameters (command, cwd, intent). The 'intent' parameter is particularly opaque—its purpose in classification is never explained. Even 'cwd' with its default is left unexplained.

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

Purpose2/5

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

The verb 'Classify and safely route' names an action on a resource (a command in TripWire's sandbox), which gives partial clarity. However, it is ambiguous whether the tool actually executes the command or merely classifies it for later execution, and there is no differentiation from the sibling rollback tool or any other command tool. The core action is unclear.

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 gives no guidance on when to use safe_exec versus rollback or other alternatives. It does not specify when execution is appropriate, what commands are suitable, or how the classification decision is made. Usage context is entirely absent.

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/owen-25-AI/tripwire-mcp-server-tool'

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