Slashdot · Capability

Slashdot RSS/Atom Feeds — Games

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

Run with Naftiko SlashdotGames

What You Can Do

GET
Getgamesfeed — Get Games Feed
/v1/slashdot/slashdotgames

MCP Tools

get-games-feed

Get Games Feed

read-only idempotent

Capability Spec

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