Memesio · Capability

Memesio API Contracts — data-ops

Memesio API Contracts — data-ops. 1 operations. Lead operation: Generate or Retrieve Weekly Trend Alert Quality Report. Self-contained Naftiko capability covering one Memesio business surface.

Run with Naftiko Memesiodata-ops

What You Can Do

GET
Get — Generate or Retrieve Weekly Trend Alert Quality Report
/v1/api/alerts/quality-report

MCP Tools

generate-retrieve-weekly-trend-alert

Generate or Retrieve Weekly Trend Alert Quality Report

read-only idempotent

Capability Spec

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