Skip to main content
Glama

Create dry-run engagement

create_dry_run_engagement

Create a dry-run engagement to define an assessment scope for security analysis without executing active operations. Set targets, capabilities, and expiration for controlled planning.

Instructions

Create a non-executing assessment scope; execute mode is operator-CLI only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
ticketYes
targetsYes
capabilitiesYes
expires_in_minutesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations are all false (not read-only, not idempotent, etc.), but the description adds meaningful context: the engagement is non-executing and execution is operator-CLI only. This goes beyond annotations and clarifies the tool's behavior, though it doesn't detail side effects like persistence.

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 a single, front-loaded sentence that states purpose immediately and adds a useful nuance in the second clause. No wasted words.

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?

Despite having an output schema, the tool is incomplete for confident use: it lacks parameter semantics, usage guidance, and any mention of preconditions or side effects. The description is too brief given 5 parameters and no schema descriptions.

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% and the description provides no parameter meaning. Terms like 'targets' and 'capabilities' are left undefined, offering no value beyond the raw schema names.

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 the tool creates a 'non-executing assessment scope' (a dry-run engagement), using a specific verb and resource. It distinguishes from siblings by being the only creation tool and clarifies that this is not an execution tool.

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?

Implied usage: this is for setting up a scope that will not execute, with actual execution limited to operator CLI. However, it does not explicitly contrast with alternatives like plan_assessment or explicitly state when not to use.

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/mzatylny/scopeguard-mcp'

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