naftiko: 1.0.0-alpha2
info:
label: NBA API — NBA v3 RotoBaller Premium News
description: 'NBA API — NBA v3 RotoBaller Premium News. 2 operations. Lead operation: Premium News. Self-contained Naftiko
capability covering one Sportsdataio business surface.'
tags:
- Sportsdataio
- NBA v3 RotoBaller Premium News
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
SPORTSDATAIO_API_KEY: SPORTSDATAIO_API_KEY
capability:
consumes:
- type: http
namespace: nba-nba-v3-rotoballer-premium-news
baseUri: https://api.sportsdata.io
description: NBA API — NBA v3 RotoBaller Premium News business capability. Self-contained, no shared references.
resources:
- name: v3-nba-news-rotoballer-format-RotoBallerPremiumNews
path: /v3/nba/news-rotoballer/{format}/RotoBallerPremiumNews
operations:
- name: nbav3newsrotoballerpremiumnews
method: GET
description: Premium News
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are JSON or XML.
required: true
- name: v3-nba-news-rotoballer-format-RotoBallerPremiumNewsByDate-date
path: /v3/nba/news-rotoballer/{format}/RotoBallerPremiumNewsByDate/{date}
operations:
- name: nbav3newsrotoballerpremiumnewsbydate
method: GET
description: Premium News - by Date
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: format
in: path
type: string
description: Desired response format. Valid entries are JSON or XML.
required: true
- name: date
in: path
type: string
description: The date of the news.
required: true
authentication:
type: apikey
key: Ocp-Apim-Subscription-Key
value: '{{env.SPORTSDATAIO_API_KEY}}'
placement: header
exposes:
- type: rest
namespace: nba-nba-v3-rotoballer-premium-news-rest
port: 8080
description: REST adapter for NBA API — NBA v3 RotoBaller Premium News. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/v3/nba/news-rotoballer/{format}/rotoballerpremiumnews
name: v3-nba-news-rotoballer-format-rotoballerpremiumnews
description: REST surface for v3-nba-news-rotoballer-format-RotoBallerPremiumNews.
operations:
- method: GET
name: nbav3newsrotoballerpremiumnews
description: Premium News
call: nba-nba-v3-rotoballer-premium-news.nbav3newsrotoballerpremiumnews
with:
format: rest.format
outputParameters:
- type: object
mapping: $.
- path: /v1/v3/nba/news-rotoballer/{format}/rotoballerpremiumnewsbydate/{date}
name: v3-nba-news-rotoballer-format-rotoballerpremiumnewsbydate-date
description: REST surface for v3-nba-news-rotoballer-format-RotoBallerPremiumNewsByDate-date.
operations:
- method: GET
name: nbav3newsrotoballerpremiumnewsbydate
description: Premium News - by Date
call: nba-nba-v3-rotoballer-premium-news.nbav3newsrotoballerpremiumnewsbydate
with:
format: rest.format
date: rest.date
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: nba-nba-v3-rotoballer-premium-news-mcp
port: 9090
transport: http
description: MCP adapter for NBA API — NBA v3 RotoBaller Premium News. One tool per consumed operation, routed inline
through this capability's consumes block.
tools:
- name: premium-news
description: Premium News
hints:
readOnly: true
destructive: false
idempotent: true
call: nba-nba-v3-rotoballer-premium-news.nbav3newsrotoballerpremiumnews
with:
format: tools.format
outputParameters:
- type: object
mapping: $.
- name: premium-news-date
description: Premium News - by Date
hints:
readOnly: true
destructive: false
idempotent: true
call: nba-nba-v3-rotoballer-premium-news.nbav3newsrotoballerpremiumnewsbydate
with:
format: tools.format
date: tools.date
outputParameters:
- type: object
mapping: $.