Memesio · Capability

Memesio API Contracts — data-eng

Memesio API Contracts — data-eng. 2 operations. Lead operation: Get Trend Source Connectors and Data Contracts. Self-contained Naftiko capability covering one Memesio business surface.

Run with Naftiko Memesiodata-eng

What You Can Do

GET
Get — Get Trend Source Connectors and Data Contracts
/v1/api/alerts/connectors
GET
Get — Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring
/v1/api/alerts/ingestion

MCP Tools

get-trend-source-connectors-and

Get Trend Source Connectors and Data Contracts

read-only idempotent
run-retrieve-real-time-trend

Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring

read-only idempotent

Capability Spec

memesio-data-eng.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Memesio API Contracts — data-eng
  description: 'Memesio API Contracts — data-eng. 2 operations. Lead operation: Get Trend Source Connectors and Data Contracts.
    Self-contained Naftiko capability covering one Memesio business surface.'
  tags:
  - Memesio
  - data-eng
  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-eng
    baseUri: ''
    description: Memesio API Contracts — data-eng business capability. Self-contained, no shared references.
    resources:
    - name: api-alerts-connectors
      path: /api/alerts/connectors
      operations:
      - name: get
        method: GET
        description: Get Trend Source Connectors and Data Contracts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-alerts-ingestion
      path: /api/alerts/ingestion
      operations:
      - name: get
        method: GET
        description: Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring
        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-eng-rest
    port: 8080
    description: REST adapter for Memesio API Contracts — data-eng. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/alerts/connectors
      name: api-alerts-connectors
      description: REST surface for api-alerts-connectors.
      operations:
      - method: GET
        name: get
        description: Get Trend Source Connectors and Data Contracts
        call: memesio-data-eng.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/alerts/ingestion
      name: api-alerts-ingestion
      description: REST surface for api-alerts-ingestion.
      operations:
      - method: GET
        name: get
        description: Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring
        call: memesio-data-eng.get
        with:
          refresh: rest.refresh
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: memesio-data-eng-mcp
    port: 9090
    transport: http
    description: MCP adapter for Memesio API Contracts — data-eng. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-trend-source-connectors-and
      description: Get Trend Source Connectors and Data Contracts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: memesio-data-eng.get
      outputParameters:
      - type: object
        mapping: $.
    - name: run-retrieve-real-time-trend
      description: Run/Retrieve Real-Time Trend Ingestion from X, Reddit, TikTok, and YouTube with Dedupe + Freshness Scoring
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: memesio-data-eng.get
      with:
        refresh: tools.refresh
      outputParameters:
      - type: object
        mapping: $.