ZDNet · Capability

ZDNet RSS Feed API — AI

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

Run with Naftiko ZdnetAI

What You Can Do

GET
Getairssfeed — ZDNet Get AI RSS Feed
/v1/topic/artificial-intelligence/rss-xml

MCP Tools

zdnet-get-ai-rss-feed

ZDNet Get AI RSS Feed

read-only idempotent

Capability Spec

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