Skip to main content
Glama

aws_ssm_get_parameter

Retrieve AWS Systems Manager parameter values from the AWS MCP Server, including decrypted SecureString parameters with proper authorization for sensitive data access.

Instructions

Get the value of an SSM parameter. SecureString values are decrypted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
sensitive_access_tokenNoOut-of-band approval token configured in AWS_MCP_SENSITIVE_ACCESS_TOKEN. Required for operations that can return decrypted or secret values.
sensitive_access_reasonNoShort human reason for retrieving sensitive data. Required for auditability.
sensitive_access_acknowledgedNoMust be true to confirm that the response may contain secret or decrypted data.
nameYesParameter name or ARN
with_decryptionNoDecrypt SecureString values (default: false)
Behavior2/5

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

No annotations provided. While the description mentions SecureString decryption, it critically omits the out-of-band approval token requirement, audit reason requirements (sensitive_access_* params), and error cases. No mention of what the return value contains.

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 sentences with zero redundancy. However, extreme brevity is inappropriate given the security-sensitive nature and complex authorization workflow implied by the parameter schema.

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?

Security-sensitive secret retrieval tool with 7 parameters including complex authorization controls, no annotations, and no output schema. Description under-describes the security access workflow and prerequisites necessary for safe operation.

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%, establishing baseline 3. Description mentions SecureString decryption which contextualizes the with_decryption boolean, but adds no guidance on the four sensitive_access_* security parameters or their relationships.

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?

States specific action (Get) and resource (SSM parameter value) with key behavioral detail (SecureString decryption). Does not distinguish from sibling aws_ssm_get_parameters_by_path which retrieves multiple parameters by path.

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?

Provides no guidance on when to use this single-parameter getter versus batch alternatives, nor explains that sensitive_access_token and related parameters are required for accessing decrypted secrets.

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

Install Server

Other Tools

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/marcelobrake/aws-mcp'

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