Skip to main content
Glama

list_all_ranges_detailed

Retrieve comprehensive details for all cyber range environments, including user identification, status, deployment times, and network configurations.

Instructions

List all ranges with detailed information including identification.

This tool provides comprehensive information about all ranges in the system, making it easy to identify which range belongs to which user or purpose.

Returns: Detailed list of all ranges with: - User ID (unique identifier) - Range number/name - Range state/status - Last deployment time - VM count - Network configuration

Example: # List all ranges to see which ones exist result = await list_all_ranges_detailed()

# Output shows: { "total_ranges": 3, "ranges": [ { "user_id": "tjnull", "range_number": "10", "status": "SUCCESS", "vm_count": 5, "last_deployment": "2024-12-11T10:30:00Z", "identifier": "tjnull-range-10" }, ... ] }

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