Slashdot · Capability

Slashdot RSS/Atom Feeds — Linux

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

Run with Naftiko SlashdotLinux

What You Can Do

GET
Getlinuxfeed — Get Linux Feed
/v1/slashdot/slashdotlinux

MCP Tools

get-linux-feed

Get Linux Feed

read-only idempotent

Capability Spec

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