Skip to main content
Glama

Cordon Load Scope

cordon_load_scope

Loads and validates an engagement scope file, sets up the workspace for authorized security scans, and must complete before other tools run.

Instructions

Load and validate an engagement scope file, creating the workspace. Must succeed before any target-taking tool will run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNo
scope_pathYes
config_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations only signal readOnlyHint=false and openWorldHint=false, so the description carries most of the behavioral burden. It does disclose that the tool creates a workspace and is a required gate, which is useful, but it does not explain failure behavior, idempotency, or whether existing workspaces are replaced.

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?

Two sentences with no filler: the action, the side effect, and the ordering constraint are all front-loaded and clearly stated. Every sentence earns its place.

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 and a relatively simple operation, the definition is incomplete: it leaves all three parameters semantically unexplained and omits details about validation outcomes and failure modes. The ordering gate is helpful but not enough to make the tool safely callable by an agent.

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 does not explain scope_path, workspace, or config_path beyond implying that a scope file is loaded. With three parameters and no compensating detail, the description adds almost no meaning beyond the schema's bare names and defaults.

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 a specific action (load and validate an engagement scope file) and a concrete outcome (creating the workspace), which distinguishes it from later target-taking tools. It does not explicitly name sibling tools such as scope_check or program_scope_fetch, so it loses the top score.

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

Usage Guidelines4/5

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

The description provides clear contextual guidance: this tool must succeed before any target-taking tool will run, establishing it as a prerequisite/setup step. It does not mention alternatives or explicitly say when not to use it, so it misses the highest score.

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/iamsecure1920/Cordon-AI'

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