Amazon Secrets Manager · Capability

Amazon Secrets Manager API — Passwords

Amazon Secrets Manager API — Passwords. 1 operations. Lead operation: Amazon Secrets Manager Get Random Password. Self-contained Naftiko capability covering one Amazon Secrets Manager business surface.

Run with Naftiko Amazon Secrets ManagerPasswords

What You Can Do

POST
Getrandompassword — Amazon Secrets Manager Get Random Password
/v1/getrandompassword

MCP Tools

amazon-secrets-manager-get-random

Amazon Secrets Manager Get Random Password

read-only

Capability Spec

amazon-secrets-manager-passwords.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Secrets Manager API — Passwords
  description: 'Amazon Secrets Manager API — Passwords. 1 operations. Lead operation: Amazon Secrets Manager Get Random Password.
    Self-contained Naftiko capability covering one Amazon Secrets Manager business surface.'
  tags:
  - Amazon Secrets Manager
  - Passwords
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SECRETS_MANAGER_API_KEY: AMAZON_SECRETS_MANAGER_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-secrets-manager-passwords
    baseUri: https://secretsmanager.amazonaws.com
    description: Amazon Secrets Manager API — Passwords business capability. Self-contained, no shared references.
    resources:
    - name: '#GetRandomPassword'
      path: /#GetRandomPassword
      operations:
      - name: getrandompassword
        method: POST
        description: Amazon Secrets Manager Get Random Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: amazon-secrets-manager-passwords-rest
    port: 8080
    description: REST adapter for Amazon Secrets Manager API — Passwords. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/getrandompassword
      name: getrandompassword
      description: 'REST surface for #GetRandomPassword.'
      operations:
      - method: POST
        name: getrandompassword
        description: Amazon Secrets Manager Get Random Password
        call: amazon-secrets-manager-passwords.getrandompassword
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-secrets-manager-passwords-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Secrets Manager API — Passwords. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amazon-secrets-manager-get-random
      description: Amazon Secrets Manager Get Random Password
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-secrets-manager-passwords.getrandompassword
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.