Skip to main content
Glama

get_common_iso_urls

Retrieve ISO download URLs for popular operating systems to create custom OS templates in Ludus cyber range environments.

Instructions

Get common ISO download URLs for popular operating systems.

Returns a reference of ISO download URLs for various operating systems that can be used with create_custom_os_template.

Returns: Dictionary of OS names to ISO download information

Example: # Get common ISO URLs isos = await get_common_iso_urls() # Use one of the URLs result = await create_custom_os_template( name="arch-linux", iso_url=isos["arch_linux"]["url"], description="Arch Linux template" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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