ZDNet · Capability

ZDNet RSS Feed API — Cloud

ZDNet RSS Feed API — Cloud. 1 operations. Lead operation: ZDNet Get Cloud RSS Feed. Self-contained Naftiko capability covering one Zdnet business surface.

Run with Naftiko ZdnetCloud

What You Can Do

GET
Getcloudrssfeed — ZDNet Get Cloud RSS Feed
/v1/topic/cloud/rss-xml

MCP Tools

zdnet-get-cloud-rss-feed

ZDNet Get Cloud RSS Feed

read-only idempotent

Capability Spec

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