Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COHESITY_DOMAIN | No | Authentication domain | LOCAL |
| COHESITY_CLUSTER | Yes | Cohesity cluster hostname or IP address | |
| COHESITY_PASSWORD | Yes | Password for authentication | |
| COHESITY_USERNAME | Yes | Username for authentication | |
| COHESITY_ALLOW_SELF_SIGNED | No | Accept self-signed SSL certificates | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cluster_info | Get Cohesity cluster information including name, ID, software version, and node count |
| get_cluster_stats | Get Cohesity cluster storage and throughput statistics including used/total capacity and data throughput |
| list_protection_policies | List all Cohesity data protection policies including schedule, retention, and replication settings |
| list_protection_groups | List Cohesity protection groups (backup jobs) with status, schedule, and last run information |
| get_protection_group | Get detailed information about a specific Cohesity protection group including configuration, schedule, and last run status |
| run_protection_group | Trigger an on-demand backup run for a Cohesity protection group |
| list_protection_runs | List recent backup runs for a Cohesity protection group with status, duration, and data size |
| get_protection_run | Get detailed information about a specific Cohesity backup run including per-object status and statistics |
| list_sources | List all registered Cohesity protection sources such as vSphere, Physical servers, NAS, SQL, and more |
| get_source | Get detailed information about a specific Cohesity protection source including its object hierarchy |
| list_recovery_tasks | List Cohesity recovery tasks with status, type, and progress information |
| get_recovery_task | Get detailed information about a specific Cohesity recovery task including per-object restore status |
| list_alerts | List Cohesity cluster alerts with severity, description, and resolution status |
| resolve_alert | Mark a Cohesity alert as resolved |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |