scv-triage
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCV_DEMO_PROFILE | Yes | Must be set to either 'INCIDENT' or 'CLEAR'. | |
| SCV_RUNTIME_ENVIRONMENT | Yes | Must be set to 'demo' to start the server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| triage_serverA | Trusted-local, non-production, non-live read-only simulation. Point tools return a point evaluation; investigate_timeline uses a half-open [frm, to) window. Do not infer an exact transition or root cause. Severity is categorical policy metadata, not impact or confidence. INDETERMINATE includes a bounded rejection category in findings.kind; it explains which validation class rejected evidence, never backend details or an exhaustive root cause. Rejection severity HIGH means no trustworthy verdict, not high incident impact. Distinguish NO_DATA from INDETERMINATE. Do not make a reservation claim. Advice is approval-required and non-executable. |
| fleet_healthB | Trusted-local, non-production, non-live read-only simulation. Point tools return a point evaluation; investigate_timeline uses a half-open [frm, to) window. Do not infer an exact transition or root cause. Severity is categorical policy metadata, not impact or confidence. INDETERMINATE includes a bounded rejection category in findings.kind; it explains which validation class rejected evidence, never backend details or an exhaustive root cause. Rejection severity HIGH means no trustworthy verdict, not high incident impact. Distinguish NO_DATA from INDETERMINATE. Do not make a reservation claim. Advice is approval-required and non-executable. |
| investigate_timelineA | Trusted-local, non-production, non-live read-only simulation. Point tools return a point evaluation; investigate_timeline uses a half-open [frm, to) window. Do not infer an exact transition or root cause. Severity is categorical policy metadata, not impact or confidence. INDETERMINATE includes a bounded rejection category in findings.kind; it explains which validation class rejected evidence, never backend details or an exhaustive root cause. Rejection severity HIGH means no trustworthy verdict, not high incident impact. Distinguish NO_DATA from INDETERMINATE. Do not make a reservation claim. Advice is approval-required and non-executable. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
All tool descriptions are identical, so an agent cannot determine what distinguishes triage_server, fleet_health, and investigate_timeline. The names suggest different purposes, but the identical descriptions provide no disambiguating detail, making misselection likely.
Tool names mix conventions: 'triage_server' and 'fleet_health' are noun-style, while 'investigate_timeline' is verb-object. This inconsistency makes it harder to predict tool naming patterns.
With 3 tools, the count is within the well-scoped 3-15 range, but on the lower end for what appears to be a triage/fleet health domain. Each tool likely covers a distinct area, though the set feels slightly thin.
The identical descriptions obscure what each tool actually does, making it impossible to verify coverage. There appear to be significant gaps, such as no way to list individual fleet members or perform bulk triage, leaving agents without needed operations.