Slashdot · Capability

Slashdot RSS/Atom Feeds — Apple

Slashdot RSS/Atom Feeds — Apple. 1 operations. Lead operation: Get Apple Feed. Self-contained Naftiko capability covering one Slashdot business surface.

Run with Naftiko SlashdotApple

What You Can Do

GET
Getapplefeed — Get Apple Feed
/v1/slashdot/slashdotapple

MCP Tools

get-apple-feed

Get Apple Feed

read-only idempotent

Capability Spec

rss-apple.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slashdot RSS/Atom Feeds — Apple
  description: 'Slashdot RSS/Atom Feeds — Apple. 1 operations. Lead operation: Get Apple Feed. Self-contained Naftiko capability
    covering one Slashdot business surface.'
  tags:
  - Slashdot
  - Apple
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLASHDOT_API_KEY: SLASHDOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rss-apple
    baseUri: https://rss.slashdot.org
    description: Slashdot RSS/Atom Feeds — Apple business capability. Self-contained, no shared references.
    resources:
    - name: Slashdot-slashdotApple
      path: /Slashdot/slashdotApple
      operations:
      - name: getapplefeed
        method: GET
        description: Get Apple Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rss-apple-rest
    port: 8080
    description: REST adapter for Slashdot RSS/Atom Feeds — Apple. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/slashdot/slashdotapple
      name: slashdot-slashdotapple
      description: REST surface for Slashdot-slashdotApple.
      operations:
      - method: GET
        name: getapplefeed
        description: Get Apple Feed
        call: rss-apple.getapplefeed
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rss-apple-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slashdot RSS/Atom Feeds — Apple. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-apple-feed
      description: Get Apple Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rss-apple.getapplefeed
      outputParameters:
      - type: object
        mapping: $.