aegis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| evaluate_actionA | Evaluate an AI agent action against the current governance policy. |
| evaluate_batchA | Evaluate multiple actions at once against the governance policy. |
| get_policyA | Get the current governance policy rules. Returns all configured rules with their action patterns, targets, risk levels, and approval requirements. |
| update_policyA | Hot-reload the governance policy from a YAML string. |
| check_riskA | Quick risk check for an action type + target combination. |
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 5 tools
Tools have distinct purposes, but 'check_risk' and 'evaluate_action' overlap conceptually as both assess actions, with 'check_risk' being lighter. This could cause confusion, though descriptions help differentiate.
All tool names follow a consistent 'verb_noun' pattern in snake_case (e.g., 'check_risk', 'evaluate_action', 'get_policy'), ensuring clarity and predictability.
With 5 tools covering risk checking, single evaluation, batch evaluation, policy retrieval, and policy update, the count is well-scoped for governance policy management.
The tool set covers all core operations: quick risk checks, detailed evaluations (individual and batch), and policy management (view and update), with no obvious gaps.