Skip to main content
Glama

export_range_config_to_yaml

Export cyber range configurations to YAML format for download and use with Ludus. Provides YAML content for copying or downloading through chat interfaces.

Instructions

Export a range configuration to a YAML file for download.

This tool exports range configurations to YAML format that users can download and use with Ludus. The YAML content is provided in the response for easy copying or downloading through the chat interface.

Args: config: Range configuration dictionary filename: Optional filename (defaults to /tmp/ludus-range-config.yml) include_full_content: Whether to include full YAML content in response (default: True)

Returns: File path, YAML content, and download instructions

Example: # Export custom config to file with full content result = await export_range_config_to_yaml( config=my_config, filename="/tmp/my-custom-range.yml", include_full_content=True )

# The result includes the full YAML content that users can copy/download

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYes
filenameNo
include_full_contentNo

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