Skip to main content
Glama
cloudcwfranck

@cloudcraftwithfranck/govcloud-mcp

@cloudcraftwithfranck/govcloud-mcp

An MCP (Model Context Protocol) server providing 22 AI-powered tools for DoD/FedRAMP cloud engineering. Built for Claude Desktop, Cursor, VS Code, and any MCP-compatible AI client.

What It Does

Stop googling NIST controls and Iron Bank image paths. This server puts government cloud engineering knowledge directly into your AI assistant — compliance analysis, architecture design, Platform One Big Bang configuration, DevSecOps pipelines, and ATO documentation.

Related MCP server: Harness MCP Server

Grounded in Official Microsoft Sources

Unlike generic AI tools, this MCP server fetches content directly from Microsoft's official repositories at runtime:

  • Azure/Enterprise-Scale — The canonical ALZ reference implementation maintained by Microsoft's Azure engineering team. Policy definitions, architecture patterns, and landing zone templates are fetched live and injected as grounding context into every relevant tool call.

  • Policy Definitions — Real Azure Policy definition names and IDs from the official Enterprise Scale repository, not from training data. Always current.

  • Architecture Patterns — CAF-aligned design principles from the source of truth. Management Group hierarchies, subscription topologies, and hub-spoke network designs reference the same patterns Azure engineers use internally.

When you ask for a landing zone design or control narrative, the response is grounded in the same repository that powers the Azure Landing Zone Accelerator — not in static training data. Responses include an attribution footer linking to the source.

Quick Start

Prerequisites

Install

npm install -g @cloudcraftwithfranck/govcloud-mcp

Or run without installing:

npx @cloudcraftwithfranck/govcloud-mcp

Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "govcloud": {
      "command": "npx",
      "args": ["-y", "@cloudcraftwithfranck/govcloud-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-your-key-here"
      }
    }
  }
}

Configure Cursor / VS Code

Add to your MCP settings:

{
  "govcloud": {
    "command": "npx",
    "args": ["-y", "@cloudcraftwithfranck/govcloud-mcp"],
    "env": {
      "ANTHROPIC_API_KEY": "sk-ant-your-key-here"
    }
  }
}

Tools Reference

Compliance (7 tools)

Tool

Description

bicep_analyze

Analyze Bicep templates for FedRAMP/IL compliance — compliance score, control gaps, security findings

bicep_remediate

Auto-remediate Bicep compliance violations — returns fixed template with annotations

control_lookup

Full NIST 800-53 Rev 5 control details with FedRAMP baselines, Azure inheritance, eMASS starters

control_narrative

Generate eMASS-ready third-person control implementation narratives (400-800 words)

poam_generate

Build POA&M entries from compliance gaps — eMASS-formatted with milestones and severity

ato_readiness

Score ATO readiness 0-100 with 30/60/90 day remediation roadmap

oscal_fragment

Generate OSCAL 1.1.2 JSON/XML SSP fragments for eMASS machine-readable import

Architecture (4 tools)

Tool

Description

landing_zone_design

Design complete Azure government landing zones with Hub-Spoke topology, Bicep, and compliance mapping

azure_service_selector

Select the right Azure service for government workloads with GCC High availability confirmation

gcc_high_guidance

GCC High-specific configuration requirements, undocumented limitations, and production workarounds

private_endpoint_map

Generate complete private endpoint architecture with Bicep and private DNS zone configuration

Platform One (4 tools)

Tool

Description

bigbang_validate

Validate Big Bang values.yaml against DoD IL requirements — scored with violations and hardened output

bigbang_harden

Generate fully hardened Big Bang values.yaml with Iron Bank digest-pinned images

ironbank_lookup

Look up Iron Bank hardened images — registry path, digest, Cosign verification, pull secret config

addon_configurator

Generate production-ready Big Bang addon configuration for any Platform One addon

Pipeline (3 tools)

Tool

Description

pipeline_audit

Audit CI/CD pipelines for DoD DevSecOps compliance — scored with violations and hardened YAML

signing_config

Configure artifact signing with Cosign/Sigstore/DoD PKI plus Kubernetes admission enforcement

devsecops_scorecard

DoD DevSecOps maturity scorecard against the Reference Design with prioritized improvement roadmap

Documents (2 tools)

Tool

Description

ssp_section

Generate eMASS-ready SSP sections (system description, boundary, user types, interconnections, etc.)

contingency_plan

Generate NIST 800-34 compliant Contingency Plans with Azure-specific recovery procedures


Example Prompts

Compliance:

"Analyze this Bicep template for FedRAMP High compliance" (paste template)

"Write an eMASS control narrative for IA-2(12) for our AKS-based system in Azure Government"

"Generate a POA&M for these compliance findings: missing MFA enforcement, no audit logging on Key Vault, public storage endpoint"

Architecture:

"Design an IL4 landing zone for a containerized mission app with AKS, Key Vault, and Azure SQL"

"What's different about configuring AKS in GCC High vs Azure Government?"

"Generate private endpoint configuration for Key Vault, Storage, and ACR at FedRAMP High"

Platform One:

"Validate this Big Bang values.yaml for IL4 compliance" (paste values)

"Look up the Iron Bank image for nginx and give me the Cosign verification command"

"Generate hardened Big Bang addon config for Keycloak at IL4"

Pipeline:

"Audit this GitLab CI pipeline for IL4 DevSecOps compliance" (paste .gitlab-ci.yml)

"Configure Cosign keyless signing for our GitHub Actions pipeline targeting registry1.dso.mil"

Documents:

"Write the system description section of our SSP for a FedRAMP High AKS system"

"Generate a Contingency Plan for our system with RTO 4 hours, RPO 1 hour, using AKS, Key Vault, and Azure SQL"


Resources

The server also exposes these resources via the govcloud:// URI scheme:

  • govcloud://nist-800-53-rev5 — NIST 800-53 Rev 5 control catalog

  • govcloud://azure-compliance-map — Azure service → NIST control mapping with IL availability

  • govcloud://ironbank-registry — Iron Bank image catalog with registry paths

  • govcloud://fedramp-baselines — FedRAMP Low/Moderate/High and DoD IL control lists


Environment Variables

Variable

Required

Default

Description

ANTHROPIC_API_KEY

Yes

Anthropic API key

SITE_API_BASE

No

https://www.cloudcraftwithfranck.org

Override site API base URL


Development

git clone https://github.com/cloudcwfranck/govcloud-mcp
cd govcloud-mcp
npm install
cp .env.example .env
# Add your ANTHROPIC_API_KEY to .env
npm run build
npm start

License

MIT — see LICENSE


Built by CloudCraft with Franck — Azure government cloud engineering for the DoD community.

Available Tools

22 tools
addon_configuratorA

Generate production-ready Big Bang addon configuration values for any Platform One addon. Returns hardened values with Iron Bank images, resource limits, and IL-appropriate security settings.

ParametersJSON Schema
NameRequiredDescriptionDefault
addonYesBig Bang addon name e.g. "monitoring", "logging", "vault", "keycloak", "gitlab", "sonarqube", "twistlock", "mattermost"
targetLevelYesDoD IL target level
clusterSizeNoCluster size for resource sizing (default: medium)
existingValuesNoExisting addon values to extend or override (optional)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses return content (hardened values with images, limits, security) but does not state whether the operation is read-only or has side effects. The generative nature suggests a safe read, but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two succinct sentences: the first states the action and resource, the second describes the output. No redundant or irrelevant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Description covers core functionality and output type, but lacks specifics on return format (e.g., JSON/YAML) and any prerequisites. With no output schema, a bit more detail would be helpful for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description reinforces parameter intent (e.g., IL-appropriate security for targetLevel) but does not add new semantic details beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('generate') and resource ('Big Bang addon configuration values'), clearly distinguishing this tool from siblings like 'bigbang_harden' or 'ironbank_lookup' by focusing on config generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating addon configs but provides no explicit when-to-use, when-not-to-use, or alternatives among sibling tools. The context is inferred rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ato_readinessA

Score a system description against FedRAMP/DoD ATO requirements. Returns readiness score, critical gaps, estimated timeline, and prioritized next actions.

ParametersJSON Schema
NameRequiredDescriptionDefault
systemDescriptionYesDescribe the system
azureServicesYesAzure services in scope
targetAuthorizationYesTarget authorization level
currentMaturityYesCurrent compliance maturity
existingDocumentationNoExisting docs e.g. ["SSP draft","PIA","FIPS-199"]

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool returns scores, gaps, timeline, and actions, implying a read-only analysis. However, it does not explicitly state whether it modifies any state or has side effects, leaving some ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that immediately conveys the tool's purpose and key outputs. There is no wasted text, and it is front-loaded for quick understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of ATO readiness and the absence of an output schema, the description adequately summarizes the returns (score, gaps, timeline, actions). It could be more detailed about format but sufficiently sets expectations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with parameter descriptions already provided. The description adds no additional meaning beyond the schema, so it meets the baseline but does not enhance understanding of parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: scoring a system description against FedRAMP/DoD ATO requirements. It specifies the resource (system description) and the action (score), distinguishing it from sibling tools like control_lookup or ssp_section which have different functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when a user needs to assess compliance readiness, listing outputs like readiness score and gaps. However, it does not explicitly state when to avoid this tool or mention alternatives among siblings. Still, the context is clear enough for most agents.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

azure_service_selectorA

Select the right Azure service for a government workload requirement with compliance rationale, GCC High availability confirmation, and alternatives analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
requirementYesDescribe what you need to accomplish
impactLevelYes
constraintsNoe.g. ["no-public-endpoint","fips-140-2-required","cac-piv-auth"]
existingServicesNoAzure services already in the environment

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. Description mentions outputs (compliance rationale, alternatives) but lacks side effects, permissions, or that it only recommends services without provisioning. Adequate but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence conveying purpose, outputs, and constraints. Efficient, but slightly dense; could be split for clarity. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no description of return format. For a service selector with rationale and alternatives, the description lacks details on how results are presented, limiting completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 75%. Description adds context about compliance and alternatives but does not elaborate on parameters beyond what schema provides. Baseline 3 for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it selects Azure services for government workloads, with compliance rationale, GCC High availability, and alternatives analysis. It distinguishes from siblings like 'gcc_high_guidance' (specific guidance) and 'landing_zone_design' (design focus).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for government workload service selection, especially with compliance. Does not explicitly state when not to use or mention alternatives, but the context of siblings and 'selector' makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bicep_analyzeA

Analyze Azure Bicep IaC code for NIST 800-53 Rev 5 compliance coverage. Returns controls addressed, gaps, security findings, and overall FedRAMP/IL4 readiness score.

ParametersJSON Schema
NameRequiredDescriptionDefault
bicepCodeYesThe Bicep code to analyze
targetLevelNoCompliance target level (default: fedramp-high)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility. It discloses outputs (controls addressed, gaps, findings, readiness score) but does not mention side effects, authorization requirements, rate limits, or whether the operation is read-only. As an analysis tool, read-only is likely, but not stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence that front-loads the purpose and key outputs. Every word is necessary; no extraneous content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains what the tool returns (controls, gaps, findings, readiness score), compensating for the lack of an output schema. It covers the core functionality. Minor omission: does not mention output format or severity levels, but it is adequate for a compliance analysis tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with both parameters documented. The description does not add additional meaning beyond the schema; it only provides broader context of compliance analysis. Baseline 3 is appropriate as the description does not compensate for any gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Analyze Azure Bicep IaC code for NIST 800-53 Rev 5 compliance coverage.' It specifies the resource (Bicep code) and action (analyze) and mentions specific outputs (controls addressed, gaps, security findings, readiness score). This distinguishes it from sibling tools like bicep_remediate (likely remediation) and others.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when you need compliance analysis of Bicep code, but it does not explicitly state when to use this versus alternatives (e.g., bicep_remediate for fixes). There is no when-not-to-use guidance. The sibling list provides context, but the description itself lacks explicit usage boundaries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bicep_remediateA

Auto-remediate Azure Bicep code to meet FedRAMP or DoD IL compliance targets. Returns hardened Bicep with a change log mapping each modification to the NIST 800-53 control it addresses.

ParametersJSON Schema
NameRequiredDescriptionDefault
bicepCodeYesThe Bicep code to harden
targetLevelNoCompliance target level
analysisJsonNoOptional: previous bicep_analyze output to avoid re-analysis

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral disclosure. It states the tool returns hardened Bicep with a change log, indicating it modifies code. However, it does not mention potential side effects, auth requirements, or rate limits, leaving some behavioral traits undocumented.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, both essential and front-loaded with the core function. Every word adds value, with no redundancy or filler, making it highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema or annotations, the description adequately explains purpose and output. It covers the main use case and return format, though it could clarify optional parameter usage (analysisJson) and error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all three parameters. The description adds context about the output (change log mapping to NIST 800-53) but does not elaborate on parameter semantics beyond the schema, such as how analysisJson affects behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool auto-remediates Azure Bicep code to meet FedRAMP or DoD IL compliance targets, specifying the verb, resource, and compliance scope. It distinguishes itself from siblings like bicep_analyze by explicitly referencing remediation with a change log.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for hardening Bicep after analysis, but lacks explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like bicep_analyze for analysis or other remediation tools, leaving the decision to the agent's inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bigbang_hardenA

Generate a fully hardened Big Bang values.yaml targeting DoD IL4 or IL5 from scratch or from an existing values file. Includes Chainguard/Iron Bank digest-pinned images.

ParametersJSON Schema
NameRequiredDescriptionDefault
baseValuesNoExisting values.yaml to start from (optional)
targetLevelYesIL target level
enabledAddonsNoBig Bang addons to include e.g. ["istio","monitoring","logging","policy","vault","keycloak"]
clusterNameNo
registryUrlNoRegistry URL (default: registry1.dso.mil)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description bears full transparency burden. It mentions generating or modifying a values file and including digest-pinned images, but omits side effects, permissions, or whether it overwrites files. Basic disclosure but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two succinct sentences front-load the core purpose. No redundant information; every phrase serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, the description covers the main function well. It explains generation, inputs, and output nature. Could detail what 'fully hardened' entails, but still mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 80% (4 of 5 parameters described). Description adds context linking 'from scratch' to baseValues and 'digest-pinned images' to registryUrl, but does not substantially enrich parameter meaning beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool generates a fully hardened Big Bang values.yaml for DoD IL4/IL5, either from scratch or from an existing file. It distinguishes from sibling tools like bigbang_validate and addon_configurator by specifying the hardening focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies use when needing a hardened values file for IL4/IL5, but does not explicitly state when to use versus alternatives or when not to use. No exclusion or alternative guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bigbang_validateA

Validate a Platform One Big Bang values.yaml against DoD IL compliance requirements. Returns compliance score, specific violations, and hardened values.

ParametersJSON Schema
NameRequiredDescriptionDefault
valuesYamlYesPaste your values.yaml content
targetLevelNoIL compliance target (default: il4)
bigbangVersionNoBig Bang version e.g. "2.31.0"

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries the full burden. It clearly states the tool returns compliance score, violations, and hardened values. However, it does not explicitly state that the tool is read-only or describe any side effects, which would be helpful for a validation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that effectively conveys purpose and output. No wasted words, information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema, the description covers the main purpose and return values. However, it could benefit from mentioning that the tool is read-only or providing a brief example of the output structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond what the parameter descriptions already provide. It mentions return types but not how parameters influence behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the verb 'Validate' and the resource 'Platform One Big Bang values.yaml' against DoD IL compliance. Also specifies the return type (compliance score, violations, hardened values), distinguishing it from sibling tools like bigbang_harden.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for validating values.yaml before hardening, but no explicit guidance on when to use this tool versus its sibling bigbang_harden or others. Lacks exclusion statements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

contingency_planA

Generate a NIST 800-34 compliant Contingency Plan (CP) for an Azure government system. Covers BCP/DR procedures, RTO/RPO targets, activation criteria, recovery procedures, and test schedule.

ParametersJSON Schema
NameRequiredDescriptionDefault
systemNameYesSystem name
systemDescriptionYesWhat the system does
azureServicesYesAzure services that need recovery procedures
impactLevelYes
rtoHoursNoRecovery Time Objective in hours (default: 4)
rpoHoursNoRecovery Point Objective in hours (default: 1)
systemOwnerNoSystem owner name and organization

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It only describes the content of the generated plan (coverage areas) but does not explain tool behavior: whether it creates a file, outputs text, requires permissions for Azure resources, or has side effects. Without this, an agent cannot anticipate outcomes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the tool's purpose and output coverage. Every phrase adds value, with no extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool generates a compliance document with 7 parameters and no output schema, the description provides a high-level overview of the document's content. However, it lacks details on output format, storage location, prerequisites (e.g., Azure subscription), or error handling. It is adequate for basic understanding but incomplete for advanced use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is high (86%), and the schema descriptions adequately document parameters. The description's list of coverage areas (BCP/DR, RTO/RPO, etc.) does not directly explain parameter meanings but aligns with them. It adds minimal value beyond the schema, hence baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a NIST 800-34 compliant Contingency Plan for Azure government systems, listing specific coverage areas (BCP/DR, RTO/RPO, activation criteria, recovery procedures, test schedule). It is specific and distinguishes itself from sibling tools, which cover other compliance tasks (e.g., ATO readiness, control lookup).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating a contingency plan for Azure government systems, which is distinct from siblings. It does not explicitly state when to use or include exclusions, but the context is clear: it's the only tool generating CP documents among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

control_lookupA

Look up any NIST 800-53 Rev 5 control and get the full requirement text, Azure implementation guidance, FedRAMP inheritance model, and a copy-ready eMASS narrative starter.

ParametersJSON Schema
NameRequiredDescriptionDefault
controlIdYesNIST 800-53 control ID — e.g. "AC-2", "SC-28", "AC-2(1)"
azureContextNoOptional: describe your Azure environment for context-specific guidance

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses the tool's output types and the optional nature of azureContext. It does not mention any destructive behavior, rate limits, or authentication needs, but the safe read-only nature is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently captures the main action and outputs. It is front-loaded and contains no wasted words, though it could be slightly more structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a lookup tool with no output schema, the description adequately lists all expected outputs (full requirement text, Azure guidance, FedRAMP inheritance model, eMASS narrative starter). Missing format details and error handling, but given low complexity, it is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have schema descriptions that are clear. The tool description adds context by linking azureContext to 'context-specific guidance', but does not significantly enrich beyond the schema. With 100% schema coverage, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (look up) and the resource (NIST 800-53 Rev 5 control), and enumerates specific outputs (requirement text, Azure guidance, FedRAMP inheritance model, eMASS narrative starter). This distinguishes it from sibling tools like control_narrative and ssp_section.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a user needs comprehensive control details with Azure and FedRAMP context, but does not explicitly state when to use this tool versus alternatives (e.g., control_narrative only provides narrative). No exclusions or when-not-to-use guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

control_narrativeA

Generate eMASS-ready control implementation narratives for any NIST 800-53 Rev 5 control given your system description. Output is AO-review quality prose.

ParametersJSON Schema
NameRequiredDescriptionDefault
controlIdYese.g. "AC-2", "SC-28"
systemNameYesName of the system
systemDescriptionYesWhat the system does
azureServicesYesAzure services in scope
cspLevelYesCloud service provider level
impactLevelYesSystem impact level
organizationNameNoOrganization name (optional)

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It explains the quality ('AO-review quality') and domain ('eMASS-ready'), but does not disclose potential side effects, rate limits, or authentication needs, which are minimal for a generation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences convey the core action, domain, and output quality with no filler words; every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description hints at output format ('eMASS-ready prose'). For a tool with 7 parameters (all described) and straightforward generation, it is sufficiently complete, though explicit mention of narrative structure could improve clarity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for each parameter, so baseline is 3. The description adds no additional parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verbs ('Generate') and resources ('control implementation narratives for NIST 800-53 Rev 5 controls'), clearly distinguishing this tool from siblings like 'control_lookup' and 'ssp_section'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly states the use case (generating narratives given system description) but does not explicitly mention when not to use or alternative tools, though context is sufficient for an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

devsecops_scorecardA

Generate a DoD DevSecOps maturity scorecard for a software factory or program. Scores against the DoD DevSecOps Reference Design and CNCF security best practices. Returns a scored assessment with a prioritized improvement roadmap.

ParametersJSON Schema
NameRequiredDescriptionDefault
programNameYesProgram or system name
currentCapabilitiesYesList current DevSecOps capabilities e.g. ["gitlab-ci","sonarqube","twistlock","vault","big-bang","tekton"]
targetLevelYesTarget IL level
softwareFactoryTypeNoType of software factory (default: platform-one)

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must convey behavioral traits. It describes the output (scored assessment and roadmap) but does not disclose side effects, authentication needs, or whether the tool is read-only. The description adds value beyond the input schema by outlining the return format, but lacks deeper behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no extraneous information. It front-loads the purpose and then provides specifics about scoring and output. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description provides a useful overview of the return value (scored assessment and roadmap). It covers the tool's role in the DevSecOps domain. However, it lacks specifics on the scoring scale or output format, which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the input schema already describes all parameters. The description does not add additional parameter-level detail beyond the overall purpose. Baseline score of 3 is appropriate when schema fully covers parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Generate', identifies the resource as 'DoD DevSecOps maturity scorecard', and specifies the scoring basis (DoD DevSecOps Reference Design and CNCF best practices) and output (scored assessment with improvement roadmap). This distinguishes it from siblings like 'pipeline_audit' or 'ato_readiness'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains what the tool does but does not provide guidance on when to use it versus alternatives, nor does it mention prerequisites or exclusions. The usage context is implied but not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

gcc_high_guidanceA

Get Azure GCC High specific configuration requirements, limitations, and gotchas for any Azure service or scenario. Includes what works differently in GCC High vs Azure Government vs Commercial.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYesAzure service name or scenario
scenarioNoWhat you are trying to accomplish (optional)

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It describes a read-only retrieval operation ('Get') with no destructive hints, which is transparent. It could add more detail about response format or behavior, but it's adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences that efficiently convey purpose and scope with no filler. It is front-loaded with the main action and then adds comparative context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple guidance retrieval tool with no output schema, the description fully explains its purpose, scope, and comparative value. It could optionally mention typical use cases, but it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the description essentially repeats the schema's parameter descriptions ('Azure service name or scenario', 'What you are trying to accomplish'). It adds no additional meaning beyond what the schema provides, meeting the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves GCC High specific configuration requirements, limitations, and gotchas for any Azure service or scenario. It distinguishes itself from siblings like 'govcloud_quickstart' by specifying the GCC High context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when needing GCC High specifics, and includes comparisons to Azure Government and Commercial. However, it does not explicitly state when not to use it or mention alternatives among the many sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

govcloud_quickstartA

Confirm the GovCloud MCP server is running correctly and get the top example prompts for every tool category — the ideal first call after installation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries the burden. It mentions checking server status and getting prompts, implying a read-only operation, but doesn't detail behavior like side effects, output format, or error states.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence with all key information front-loaded: action (confirm/get), purpose (server check + example prompts), and usage context (first call). Zero waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple health/intro tool with no params and no output schema, the description is complete enough. It explains what, why, and when to use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist (schema is empty, 100% coverage). Baseline for 0 params is 4; description adds no param info, but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: confirm server is running and get top example prompts per category. It uses specific verbs 'confirm' and 'get' and distinguishes from siblings as a quickstart/intro tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'the ideal first call after installation,' providing clear when-to-use context. No when-not-to-use or alternatives, but the context strongly implies it's a starter tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ironbank_lookupA

Look up Iron Bank hardened container images for any application. Returns the correct registry1.dso.mil registry path, latest approved version, Cosign verification commands, and pull secret configuration.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageNameYesApplication or image name e.g. "nginx", "postgres", "redis", "grafana"
versionNoSpecific version to look up (optional — returns latest approved if omitted)

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavior. It states the tool returns information (registry path, version, commands, config) without side effects, clearly indicating a read-only lookup. It does not explicitly state read-only, but the nature is inferred.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words. It front-loads the main action and then lists return values succinctly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple lookup tool with no output schema, the description adequately covers what the tool does and what it returns. It could mention authentication or that it's a query, but the existing information is sufficient for correct use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with both parameters described clearly in the input schema. The tool description adds no additional meaning beyond what the schema provides (e.g., imageName examples and version optionality).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool looks up Iron Bank hardened container images, specifying the verb 'look up' and the resource. It details what is returned: registry path, latest approved version, Cosign commands, and pull secret config, clearly differentiating from sibling tools like 'addon_configurator' or 'bicep_analyze' which have distinct purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates the tool is for any application needing Iron Bank images, implying usage when such data is required. It does not explicitly state when not to use or mention alternatives, but the purpose is singular among siblings, so context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

landing_zone_designC

Design a complete Azure Landing Zone architecture for government workloads. Returns hub-spoke topology, subscription structure, network layout, security services, and Bicep scaffold.

ParametersJSON Schema
NameRequiredDescriptionDefault
missionTypeYesMission type drives architecture decisions
dataClassificationYes
userBaseYes
targetImpactLevelYes
estimatedUsersNoApproximate user count
connectedToNIPRNo
existingEnclavesNoDescribe existing enclaves/networks
csspNoCloud service provider (default: azure-gcc-high)

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It describes what the tool returns but does not mention side effects, idempotency, or authorization requirements. The non-destructive nature is implied but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single-sentence description is efficient, front-loading the purpose and listing outputs. No extraneous words, though slightly dense. Structure is adequate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 8 parameters, no output schema, and a complex domain (government workloads), the description lacks context on constraints, prerequisites, or how outputs relate to inputs. Missing compliance or authorization hints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%, with some parameters self-explanatory from enums and names. The description adds no parameter details beyond the schema, but the baseline is acceptable given partial schema coverage. No enhancement.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool designs a complete Azure Landing Zone architecture for government workloads, listing specific outputs. However, it does not differentiate from sibling tool 'landing_zone_reference', which may have overlapping purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'landing_zone_reference' or 'azure_service_selector'. The description implies design use but lacks explicit context for choosing it over siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

landing_zone_referenceB

Generate Azure Landing Zone architecture grounded in the official Microsoft Enterprise Scale reference implementation (github.com/Azure/Enterprise-Scale). Returns Management Group hierarchy, policy assignments, hub-spoke topology, and Bicep scaffold aligned with CAF and ALZ accelerator.

ParametersJSON Schema
NameRequiredDescriptionDefault
scenarioYesLanding zone deployment scenario
impactLevelYesTarget compliance impact level
cspYesCloud service provider environment
missionTypeYesDescribe the workload (e.g. "Navy legal case management")
subscriptionCountYesApproximate number of workload subscriptions

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It lists outputs but does not disclose behavioral traits like side effects, authentication needs, or limitations. The description is minimal beyond stating what is returned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two informative sentences. It front-loads the purpose and source, then lists outputs. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description appropriately lists the main outputs (Management Group hierarchy, policy assignments, etc.). However, it lacks details on format or structure, which would enhance completeness for a complex architecture tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds overall context (referencing official implementation) but does not provide additional meaning for individual parameters beyond what is in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates Azure Landing Zone architecture based on Microsoft's reference implementation and lists specific outputs. It is specific but does not explicitly differentiate from the sibling tool 'landing_zone_design'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating reference architectures but provides no explicit guidance on when to use this tool versus alternatives, nor when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

oscal_fragmentA

Generate valid OSCAL SSP fragment (JSON or XML) for Azure resource configurations. Machine-readable output compatible with eMASS OSCAL import.

ParametersJSON Schema
NameRequiredDescriptionDefault
resourceDescriptionYesDescribe the Azure resource or configuration
controlIdsYesControl IDs to generate OSCAL for, e.g. ["SC-28","SC-12"]
formatNoOutput format (default: json)
systemIdNoeMASS system ID (optional)
componentNameNoComponent name (optional)

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It states the tool generates output but does not mention if it has side effects, requires authentication, or has rate limits. The description lacks details on what happens during execution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences deliver the core purpose without redundancy. The description is front-loaded with the primary action, and every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description should cover more behavioral aspects (e.g., return format already in schema, but no info on errors, permissions, or limitations). It provides sufficient context for basic use but lacks completeness for a 5-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already explains each parameter. The description adds overall context (eMASS compatibility, Azure resources) but does not enhance parameter meanings beyond the schema. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Generate', the resource 'valid OSCAL SSP fragment', and the context 'for Azure resource configurations'. It also mentions compatibility with eMASS OSCAL import, distinguishing it from sibling tools like ssp_section or poam_generate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a use case (Azure resource OSCAL fragment generation for eMASS) but does not explicitly say when to use this tool over alternatives like ssp_section or control_narrative. No when-not-to-use or prerequisite information is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pipeline_auditA

Audit a CI/CD pipeline configuration (GitLab CI, GitHub Actions, Tekton, Jenkins) for DoD DevSecOps compliance. Returns a scored audit with violations and hardened pipeline YAML.

ParametersJSON Schema
NameRequiredDescriptionDefault
pipelineYamlYesPaste your pipeline YAML (.gitlab-ci.yml, GitHub Actions workflow, Tekton Pipeline, etc.)
pipelineTypeYesPipeline type
targetLevelNoDoD IL compliance target (default: il4)
scanToolsNoSecurity scan tools currently used e.g. ["twistlock","sonarqube","anchore"]

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description states it returns scored audit and hardened YAML, implying read-only behavior, but does not address authentication, side effects, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence efficiently covers supported pipeline types, compliance purpose, and output format with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Description adequately covers input types, compliance level, and output summary. Lacks mention of error handling or performance, but is sufficient given no output schema and moderate complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for each parameter. The tool description adds overall context tying parameters to DoD compliance, but does not provide additional semantic detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description specifies a clear verb 'Audit' and resource 'CI/CD pipeline configuration', lists supported types (GitLab CI, GitHub Actions, Tekton, Jenkins) and output (scored audit with violations and hardened YAML), distinguishing it from sibling tools like ato_readiness or devsecops_scorecard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for auditing pipeline compliance but does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives among sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

poam_generateA

Generate Plan of Action & Milestones (POA&M) entries from compliance gaps. Output is formatted for eMASS import with weakness descriptions, scheduled completion dates, and milestones.

ParametersJSON Schema
NameRequiredDescriptionDefault
gapsYesDescribe compliance gaps or paste bicep_analyze output
systemNameYesSystem name
systemOwnerNoSystem owner name (optional)
scheduledCompletionDaysNoDays to complete remediation (default: 90)
impactLevelYesSystem impact level

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It mentions output format and content but lacks details on side effects, idempotency, error handling, or permissions. Basic transparency but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences efficiently convey purpose and output format. No wasted words, front-loaded with key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a generation tool with 5 parameters. Explains output format but could elaborate on output structure or preconditions (e.g., format of gaps). No output schema, so description partially compensates.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear parameter descriptions. The overall description adds little beyond what the schema provides, so baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates POA&M entries from compliance gaps, specifying output format for eMASS import. It distinguishes from sibling tools like bicep_analyze (which produces gaps) and ato_readiness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage is when compliance gaps exist and POA&M entries are needed, but no explicit guidance on when not to use, prerequisites, or alternatives. Sibling tools like bicep_analyze are related but not mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

private_endpoint_mapC

Generate the complete private endpoint architecture required for a list of Azure services at a given FedRAMP/IL compliance level. Returns Bicep for every required private endpoint and DNS configuration.

ParametersJSON Schema
NameRequiredDescriptionDefault
servicesYesAzure services e.g. ["Key Vault","Storage Account","AKS"]
impactLevelYes
vnetCidrNoVNet CIDR e.g. "10.0.0.0/16"
dnsZoneSubscriptionIdNoSubscription ID for private DNS zones

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description must disclose behaviors. It states returns Bicep but doesn't mention safety, permissions, or whether it modifies resources. Lacks detail on what 'complete' entails.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences front-loading purpose. Could be improved with structured details (e.g., output format), but no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description should detail return value. Says 'returns Bicep' but not the structure or error handling. Given no annotations, more context needed for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 75%, so baseline 3. Description adds no extra meaning beyond schema; it doesn't explain parameters like impactLevel enum or vnetCidr format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates a complete private endpoint architecture for Azure services with compliance levels, distinguishing it from siblings like 'landing_zone_design'. It uses specific verbs and resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like 'landing_zone_design' or 'azure_service_selector'. No prerequisites mentioned for parameters like vnetCidr or dnsZoneSubscriptionId.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

signing_configA

Generate complete artifact signing and verification configuration using Sigstore/Cosign, Notary v2, or DoD PKI. Returns pipeline integration code, Kubernetes admission webhook config, and verification commands.

ParametersJSON Schema
NameRequiredDescriptionDefault
signingMethodYesSigning method to configure
pipelineTypeYesPipeline type to generate signing steps for
registryNoContainer registry URL (default: registry1.dso.mil)
enforceInClusterNoGenerate Kubernetes admission controller config to enforce signed images (default: true)

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It describes the output (pipeline code, webhook config, commands) but does not disclose side effects, permissions required, or whether the tool is read-only (non-destructive). For a generation tool, this is adequate but could be clearer.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that lists what it does and what it returns. It is concise and front-loaded, though the list of output items could be slightly restructured for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters (all described), no output schema, and no annotations, the description explains output types but lacks context on return format (e.g., JSON object), authentication requirements for the registry, or handling of default values. Improvements in these areas would raise the score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all 4 parameters. The description adds value by explaining the overall output types but does not add specific meaning to param fields beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates signing/verification configuration for multiple methods (Sigstore/Cosign, Notary v2, DoD PKI) and returns pipeline code, webhook config, and commands. This is a specific verb+resource that distinguishes it from sibling config tools like addon_configurator or bicep_analyze.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating signing config but provides no explicit guidance on when to use versus alternatives, prerequisites (e.g., having a registry or signing keys), or when not to use. Only the purpose is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

ssp_sectionA

Generate a complete System Security Plan (SSP) section in eMASS-ready format. Covers system description, boundary, user types, interconnections, laws and regulations, or any NIST 800-18 section.

ParametersJSON Schema
NameRequiredDescriptionDefault
sectionYesSSP section to generate
systemNameYesOfficial system name (e.g., "ACME Mission System")
systemDescriptionYesBrief description of what the system does
azureServicesYesAzure services in scope e.g. ["AKS","Key Vault","Storage Account","Azure SQL"]
impactLevelYes
additionalContextNoAdditional context specific to your system (optional)

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the output format (eMASS-ready) but does not disclose whether the tool makes external calls, requires specific permissions, or has side effects. Essential behavioral traits are missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loading the core action (generate SSP section) and listing coverage. Every sentence adds value without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 6 parameters, no output schema. The description explains the purpose and coverage but does not specify the return format beyond 'eMASS-ready', which leaves the agent guessing about structure. Given the complexity, more details on output would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 83%, with most parameters having descriptions. The description adds that the tool covers 'any NIST 800-18 section', which aligns with the enum but doesn't clarify if other sections are accepted. For impactLevel, the schema lacks a description, and the description does not elaborate on valid values or format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it generates a complete SSP section in eMASS-ready format, listing specific sections like system boundary and user types. This differentiates it from sibling tools like contingency_plan or control_narrative, which focus on other documents.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists the covered sections but does not explicitly say when to use this tool versus alternatives. It implies usage for generating SSP sections, but lacks guidance on prerequisites or situations where other tools might be better.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools have distinct purposes, such as `bicep_analyze` vs. `bicep_remediate` and `control_lookup` vs. `control_narrative`. However, `landing_zone_design` and `landing_zone_reference` are very similar, potentially causing confusion despite differing descriptions.

Naming Consistency3/5

Tools consistently use underscore_case, but naming patterns vary: some are verb_noun (e.g., `addon_configurator`, `bicep_analyze`), while others are noun_noun or noun_verb (e.g., `landing_zone_design`, `ssp_section`). This mixture slightly reduces predictability.

Tool Count4/5

With 22 tools, the server provides comprehensive coverage for government cloud compliance without being excessive. Each tool serves a specific function, though some users might find the count slightly high for initial exploration.

Completeness4/5

The tool set covers core workflows like Big Bang configuration, NIST control management, Azure landing zones, and DevSecOps auditing. Minor gaps exist (e.g., IAM or cost compliance), but the surface is well-rounded for the stated domain.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudcwfranck/govcloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server