Skip to main content
Glama
timwukp

AWS Security Posture Advisor MCP Server

by timwukp

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: assess_security_posture performs security assessments, get_server_info provides server metadata, and health_check monitors server health. The descriptions reinforce these distinct roles, making misselection unlikely.

    Naming Consistency5/5

    All tools follow a consistent verb_noun naming pattern (assess_security_posture, get_server_info, health_check). The naming is uniform and predictable across the set, enhancing readability and usability.

    Tool Count3/5

    With only 3 tools, the set feels thin for a server focused on AWS security posture management. While the core assessment tool is comprehensive, the lack of tools for specific actions like remediation, reporting, or detailed compliance checks limits the scope and may require agents to work around gaps.

    Completeness2/5

    The tool surface is severely incomplete for the domain of AWS security posture management. There are significant gaps: no tools for remediation (e.g., fix_finding), reporting (e.g., generate_report), or detailed compliance operations (e.g., check_compliance). This will likely cause agent failures when trying to perform full security workflows.

  • Average 4.6/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under Apache 2.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    Annotations indicate readOnlyHint=true and openWorldHint=false, which the description doesn't contradict. The description adds valuable behavioral context about what the assessment includes (findings correlation, compliance status, risk scoring, recommendations, resource analysis) that goes beyond the annotations. However, it doesn't mention rate limits, authentication requirements, or execution time.

    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 appropriately sized and front-loaded with the core purpose. The bulleted list efficiently communicates key capabilities. While comprehensive, every sentence adds value, though the final usage sentence could be more concise.

    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 tool's complexity and the presence of an output schema, the description provides good context about what the assessment includes and when to use it. With annotations covering safety aspects and an output schema handling return values, the description focuses appropriately on the tool's purpose and capabilities.

    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?

    With 0% schema description coverage, the description doesn't explain any of the 5 parameters (scope, target, frameworks, severity_threshold, include_recommendations). However, it does mention 'multi-framework compliance assessment' which relates to the frameworks parameter, and 'prioritized findings' which relates to severity_threshold. This provides some context but doesn't fully compensate for the schema coverage gap.

    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 specific action ('perform comprehensive security assessment') and resource ('AWS infrastructure'), distinguishing it from sibling tools like get_server_info and health_check. It provides detailed scope including multi-service orchestration and multi-framework compliance assessment.

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

    Usage Guidelines5/5

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

    Explicit guidance is provided: 'Use this tool to get a comprehensive understanding of your AWS security posture and identify the most critical security issues that need attention.' This clearly defines when to use this tool versus simpler sibling tools like health_check or get_server_info.

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

  • Behavior4/5

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

    Annotations already provide readOnlyHint=true and openWorldHint=false, indicating a safe read operation with deterministic behavior. The description adds valuable context about what information is returned (capabilities, services, frameworks, engines) and the tool's purpose for understanding server functionality, which goes beyond the basic safety annotations.

    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 perfectly structured with three concise sentences: first states the core purpose, second elaborates on what information is provided, third gives explicit usage guidance. Every sentence adds value with zero redundancy or wasted words.

    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?

    Given the tool has 0 parameters, comprehensive annotations (readOnlyHint, openWorldHint), and an output schema exists, the description provides complete context. It explains what the tool does, what information it returns, and when to use it, which is fully adequate for this simple informational tool.

    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?

    With 0 parameters and 100% schema description coverage, the baseline would be 4. The description appropriately doesn't discuss parameters since none exist, and instead focuses on the tool's purpose and output semantics, which is the correct approach for a parameterless tool.

    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 specific action ('Get detailed information') and resource ('AWS Security Posture Advisor MCP server'), with explicit details about what information is provided ('server capabilities, supported AWS services, compliance frameworks, and available intelligence engines'). It distinguishes from siblings by focusing on server metadata rather than security assessments or health checks.

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

    Usage Guidelines5/5

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

    The description explicitly states when to use this tool: 'Use this tool to understand what the server can do and how to use its capabilities.' This provides clear context for usage (understanding server capabilities) and implicitly distinguishes from sibling tools that perform security assessments or health checks.

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

  • Behavior4/5

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

    The annotations already declare readOnlyHint=true and openWorldHint=false, indicating a safe, read-only operation with deterministic behavior. The description adds valuable context beyond this by specifying what gets checked (server configuration, AWS connectivity, service availability) and the tool's troubleshooting role. It doesn't contradict annotations, and while it doesn't detail rate limits or auth needs, the added context justifies a score above the baseline.

    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 front-loaded with the core purpose in the first sentence, followed by specific use cases and return details. Each sentence adds distinct value without repetition or fluff, making it highly efficient and well-structured for quick comprehension by an AI agent.

    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?

    Given the tool's low complexity (0 parameters), rich annotations (readOnlyHint, openWorldHint), and the presence of an output schema, the description is complete. It clearly explains the tool's purpose, usage guidelines, and what it returns, without needing to detail parameters or output structure, which are covered elsewhere.

    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?

    The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, focusing instead on the tool's purpose and output. A baseline of 4 is applied as per the rules for 0 parameters, as it efficiently avoids redundant information.

    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 with specific verbs ('check', 'verifies') and resources ('AWS Security Posture Advisor MCP server', 'server configuration, AWS connectivity, and service availability'). It distinguishes from sibling tools like 'assess_security_posture' (which likely analyzes security) and 'get_server_info' (which likely provides general server information) by focusing specifically on health verification and troubleshooting.

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

    Usage Guidelines5/5

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

    The description explicitly states when to use this tool: 'Use this tool to troubleshoot connection issues or verify proper setup.' This provides clear context for usage and implicitly suggests alternatives (e.g., use other tools for non-troubleshooting purposes). It effectively guides the agent on appropriate scenarios for invocation.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

aws-security-posture-advisor-mcp MCP server

Copy to your README.md:

Score Badge

aws-security-posture-advisor-mcp MCP server

Copy to your README.md:

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/timwukp/aws-security-posture-advisor-mcp'

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