Skip to main content
Glama
madmickstar

mcp-eveng

by madmickstar

create_lab

Create an empty EVE-NG lab by specifying a path and name, with optional version, author, description, and notes.

Instructions

Create a new (empty) lab.

Args: path: Destination folder, e.g. "/User1". name: Lab name (the ".unl" extension is added automatically). version: Free-form version string. author: Lab author. description: One-line description. body: Free-form lab notes/usage guide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
nameYes
pathYes
authorNo
versionNo1
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so full burden on description. States creation but omits behavioral details: is it idempotent? Does it overwrite? What errors occur if path is invalid? No side effects mentioned. Only minimal context beyond parameter list.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus a clean 'Args:' list. Every line is informative and well-structured. No redundant or filler content. Could be slightly more compact if combined, but overall efficient.

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?

Missing context about what 'empty' means in a lab (no nodes/links?), what the return value is (output schema exists but description doesn't clarify), and any prerequisites for the path. Siblings offer related creation tools (add_lab_node, add_lab_network) but no comparative context provided.

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

Parameters3/5

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

Schema description coverage is 0%, so description must add value. It provides a path example ('/User1') and notes automatic '.unl' extension for name. Other parameters (version, author, etc.) are only lightly elaborated (e.g., 'free-form version string'). Adds some meaning but not fully compensating for missing schema descriptions.

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?

Clearly states 'Create a new (empty) lab.' Uses a specific verb and identifies the resource. Differentiates from siblings like get_lab, edit_lab, delete_lab by focusing on creation.

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 (e.g., add_folder for folders). Lacks prerequisites such as whether the target path must exist or what happens if a lab with the same name exists. No mention of when not to use it.

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/madmickstar/mcp_eveng'

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