Memesio · Capability

Memesio API Contracts — product-marketing

Memesio API Contracts — product-marketing. 1 operations. Lead operation: Get Trend Alert Message Templates and Rendered Preview. Self-contained Naftiko capability covering one Memesio business surface.

Run with Naftiko Memesioproduct-marketing

What You Can Do

GET
Get — Get Trend Alert Message Templates and Rendered Preview
/v1/api/alerts/message-templates

MCP Tools

get-trend-alert-message-templates

Get Trend Alert Message Templates and Rendered Preview

read-only idempotent

Capability Spec

memesio-product-marketing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Memesio API Contracts — product-marketing
  description: 'Memesio API Contracts — product-marketing. 1 operations. Lead operation: Get Trend Alert Message Templates
    and Rendered Preview. Self-contained Naftiko capability covering one Memesio business surface.'
  tags:
  - Memesio
  - product-marketing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEMESIO_API_KEY: MEMESIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: memesio-product-marketing
    baseUri: ''
    description: Memesio API Contracts — product-marketing business capability. Self-contained, no shared references.
    resources:
    - name: api-alerts-message-templates
      path: /api/alerts/message-templates
      operations:
      - name: get
        method: GET
        description: Get Trend Alert Message Templates and Rendered Preview
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: templateId
          in: query
          type: string
    authentication:
      type: apikey
      key: x-developer-api-key
      value: '{{env.MEMESIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: memesio-product-marketing-rest
    port: 8080
    description: REST adapter for Memesio API Contracts — product-marketing. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/alerts/message-templates
      name: api-alerts-message-templates
      description: REST surface for api-alerts-message-templates.
      operations:
      - method: GET
        name: get
        description: Get Trend Alert Message Templates and Rendered Preview
        call: memesio-product-marketing.get
        with:
          templateId: rest.templateId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: memesio-product-marketing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Memesio API Contracts — product-marketing. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-trend-alert-message-templates
      description: Get Trend Alert Message Templates and Rendered Preview
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: memesio-product-marketing.get
      with:
        templateId: tools.templateId
      outputParameters:
      - type: object
        mapping: $.