Skip to content

Individual Tools.md

NocteDefensor edited this page Jul 25, 2025 · 4 revisions

Individual Tools

This section documents each tool available in the Ludus MCP Server. Tools are organized by category for easy reference.

Range Configuration Tools

Create and save range configuration files from YAML content.

Read configuration files from local filesystem or remote URLs.

Validate range configurations against official Ludus schemas.

List and analyze available configuration templates.

Range Operations

Apply a configuration to Ludus server for deployment.

Retrieve current configuration from Ludus server.

Deploy configured ranges to Ludus infrastructure.

Remove deployed ranges and clean up resources.

Check deployment status and health of ranges.

User Management

List ranges for specific users or all users.

Get detailed information about user ranges.

List all users on the Ludus server.

Schema and Documentation

Read role and collection schemas for configuration building.

List available schema files and their metadata.

Access documentation for Ludus roles and collections.

Read networking configuration documentation.

Search environment-specific setup guides.

System Tools

Execute raw Ludus CLI commands with safety checks.

Get help information for Ludus CLI commands.

Manage VM power states (start, stop, reboot).

Get intelligent planning assistance for range creation.

Credential Management

Retrieve stored credentials from system keyring.

Insert credentials into range configurations.

Testing and Validation

Validate configurations against planning requirements.

Read the official range configuration schema.

Tool Categories

Configuration Management Tools for creating, reading, and managing range configuration files.

Range Operations Tools for deploying, monitoring, and destroying ranges on Ludus servers.

Information and Documentation Tools for accessing schemas, documentation, and help information.

System Integration Tools for direct CLI access and system-level operations.

Security and Credentials Tools for managing authentication and credential injection.

Usage Patterns

Configuration Workflow

  1. Use schema tools to understand available roles
  2. Create configurations with write tools
  3. Validate before deployment
  4. Deploy and monitor status

Operational Workflow

  1. Check current status
  2. Set configurations
  3. Deploy ranges
  4. Monitor and manage

Research Workflow

  1. List available schemas and templates
  2. Read documentation for specific roles
  3. Plan configuration requirements
  4. Build and test configurations

Each tool page includes detailed usage examples, parameter descriptions, and common use cases.

Clone this wiki locally