Skip to main content
Glama

get_current_range_config_for_download

Retrieve and download your current Ludus cyber range configuration in YAML format for backup, modification, or redeployment.

Instructions

Get the current range configuration and prepare it for download.

This tool retrieves your currently deployed range configuration from Ludus and provides it in YAML format for download. Users can then save this configuration file and modify/redeploy it as needed.

Args: user_id: Optional user ID (admin only - for getting other users' configs) filename: Optional filename to save to (defaults to /tmp/current-range-config.yml)

Returns: Current range configuration in YAML format ready for download

Example: # Get your current range config for download result = await get_current_range_config_for_download()

# The YAML content will be in result["yaml_content"] # Users can copy it and save to a local file

Use Cases: - Backup your current range configuration - Download config to modify and redeploy later - Share your range configuration with team members - Version control your range configurations - Clone your current range to make variations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNo
filenameNo

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/tjnull/Ludus-FastMCP'

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