Amazon MemoryDB · Capability

Amazon MemoryDB — Tags

Amazon MemoryDB — Tags. 3 operations. Lead operation: Amazon MemoryDB UntagResource. Self-contained Naftiko capability covering one Amazon Memorydb business surface.

Run with Naftiko Amazon MemorydbTags

What You Can Do

DELETE
Untagresource — Amazon MemoryDB UntagResource
/v1/tags
GET
Listtags — Amazon MemoryDB ListTags
/v1/tags
POST
Tagresource — Amazon MemoryDB TagResource
/v1/tags

MCP Tools

amazon-memorydb-untagresource

Amazon MemoryDB UntagResource

idempotent
amazon-memorydb-listtags

Amazon MemoryDB ListTags

read-only idempotent
amazon-memorydb-tagresource

Amazon MemoryDB TagResource

Capability Spec

amazon-memorydb-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon MemoryDB — Tags
  description: 'Amazon MemoryDB — Tags. 3 operations. Lead operation: Amazon MemoryDB UntagResource. Self-contained Naftiko
    capability covering one Amazon Memorydb business surface.'
  tags:
  - Amazon Memorydb
  - Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_MEMORYDB_API_KEY: AMAZON_MEMORYDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-memorydb-tags
    baseUri: https://memory-db.us-east-1.amazonaws.com
    description: Amazon MemoryDB — Tags business capability. Self-contained, no shared references.
    resources:
    - name: tags
      path: /tags
      operations:
      - name: untagresource
        method: DELETE
        description: Amazon MemoryDB UntagResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: listtags
        method: GET
        description: Amazon MemoryDB ListTags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: tagresource
        method: POST
        description: Amazon MemoryDB TagResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_MEMORYDB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-memorydb-tags-rest
    port: 8080
    description: REST adapter for Amazon MemoryDB — Tags. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tags
      name: tags
      description: REST surface for tags.
      operations:
      - method: DELETE
        name: untagresource
        description: Amazon MemoryDB UntagResource
        call: amazon-memorydb-tags.untagresource
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listtags
        description: Amazon MemoryDB ListTags
        call: amazon-memorydb-tags.listtags
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: tagresource
        description: Amazon MemoryDB TagResource
        call: amazon-memorydb-tags.tagresource
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-memorydb-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon MemoryDB — Tags. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: amazon-memorydb-untagresource
      description: Amazon MemoryDB UntagResource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: amazon-memorydb-tags.untagresource
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-memorydb-listtags
      description: Amazon MemoryDB ListTags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-memorydb-tags.listtags
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-memorydb-tagresource
      description: Amazon MemoryDB TagResource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-memorydb-tags.tagresource
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.