cyntrisec
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_PROFILE | No | AWS profile name to use for authentication | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID | |
| AWS_DEFAULT_REGION | No | AWS region (defaults to us-east-1) | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key |
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 |
|---|---|
| get_findingsB | |
| get_assetsA | |
| get_relationshipsA | |
| get_scan_summaryB | Get summary of the latest AWS scan. Returns asset counts, finding counts, and attack path counts. |
| set_session_snapshotB | |
| list_toolsA | |
| get_attack_pathsA | |
| explain_pathB | |
| explain_findingA | |
| check_accessB | |
| get_remediationsA | |
| get_terraform_snippetC | |
| get_unused_permissionsB | |
| check_complianceA | |
| compare_scansA | |
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 15 tools
Each tool has a clearly distinct purpose, covering different aspects of security analysis such as access checks, compliance scans, attack paths, findings, relationships, and remediations. No two tools overlap in functionality.
Tool names consistently follow a verb_noun pattern with underscores, using verbs like get_, check_, explain_, compare_, list_, and set_. While the verbs vary, the pattern is uniform and predictable.
15 tools cover a broad range of security audit tasks without feeling excessive. The count is appropriate for the domain, providing comprehensive yet navigable functionality.
The tool set covers core workflows like asset enumeration, finding analysis, attack path exploration, and remediation recommendations. Minor gaps exist, such as the lack of a scan initiation tool, but the set is largely complete for a read-heavy security analysis context.