Flickr · Capability

Flickr API — Push

Photos — Push. 1 operations. Lead operation: List Push Subscription Topics. Self-contained Naftiko capability covering one Flickr business surface.

Run with Naftiko FlickrPhotosPush

What You Can Do

GET
Pushgettopics — List Push Subscription Topics
/v1/push/get-topics

MCP Tools

list-push-subscription-topics

List Push Subscription Topics

read-only idempotent

Capability Spec

flickr-push.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Flickr API — Push
  description: 'Photos — Push. 1 operations. Lead operation: List Push Subscription Topics. Self-contained Naftiko capability covering one Flickr business surface.'
  tags:
    - Flickr
    - Photos
    - Push
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
  - namespace: env
    keys:
      FLICKR_API_KEY: FLICKR_API_KEY
capability:
  consumes:
    - type: http
      namespace: flickr-push
      baseUri: https://api.flickr.com/services
      description: Flickr API — Push business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: api_key
        value: '{{env.FLICKR_API_KEY}}'
        placement: query
      resources:
        - name: rest-flickr-push-gettopics
          path: /rest/flickr.push.getTopics
          operations:
            - name: pushGetTopics
              method: GET
              description: List Push Subscription Topics
              inputParameters:
                - name: api_key
                  in: query
                  type: string
                  required: true
                  description: Application API key.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: flickr-push-rest
      port: 8080
      description: REST adapter for Flickr API — Push. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/push/get-topics
          name: rest-flickr-push-gettopics
          description: REST surface for List Push Subscription Topics.
          operations:
            - method: GET
              name: pushGetTopics
              description: List Push Subscription Topics
              call: flickr-push.pushGetTopics
              with:
                api_key: rest.api_key
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: flickr-push-mcp
      port: 9090
      transport: http
      description: MCP adapter for Flickr API — Push. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: list-push-subscription-topics
          description: List Push Subscription Topics
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: flickr-push.pushGetTopics
          with:
            api_key: tools.api_key
          outputParameters:
            - type: object
              mapping: $.