Skip to main content
Glama
madmickstar

mcp-eveng

by madmickstar

list_lab_pictures

Retrieve a list of all background pictures and annotations placed in an EVE-NG lab, or view details for a specific picture by providing its ID.

Instructions

List background pictures/annotations placed in a lab, or get one by id.

Args: lab_path: Full path to the .unl lab file. picture_id: Specific picture id, or omit to list all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lab_pathYes
picture_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 indicates the tool lists or retrieves pictures, but does not disclose side effects, read-only nature, or any behavioral traits like what happens with missing lab_path or invalid id.

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?

Description is concise with two short sentences and parameter docs in docstring style. It is front-loaded and avoids fluff, though the Args section could be more integrated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema exists so return values need not be detailed, but the tool is simple (list or get a picture). The description covers the core functionality but lacks behavioral detail for error cases or examples, making it adequate but not complete.

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 compensate. It adds meaningful context: lab_path is a full path to a .unl file, and picture_id is optional to list all or get one. However, it does not explain formats, constraints, or behavior when ids don't exist.

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 the tool lists background pictures/annotations in a lab, with the option to get one by id. This is a specific verb+resource combination, distinguishing it from siblings that focus on nodes, networks, or labs.

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 provides parameters but does not guide on when to use this tool vs alternatives like get_lab_topology or list_lab_nodes. There is no mention of prerequisites or typical use cases.

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