FIWARE · Capability

FIWARE-NGSI v2 Specification — API Entry Point

FIWARE-NGSI v2 Specification — API Entry Point. 1 operations. Lead operation: Retrieve API Resources. Self-contained Naftiko capability covering one Fiware business surface.

Run with Naftiko FiwareAPI Entry Point

What You Can Do

GET
Retrieveapiresources — Retrieve API Resources
/v1/v2

MCP Tools

retrieve-api-resources

Retrieve API Resources

read-only idempotent

Capability Spec

ngsiv2-api-entry-point.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FIWARE-NGSI v2 Specification — API Entry Point
  description: 'FIWARE-NGSI v2 Specification — API Entry Point. 1 operations. Lead operation: Retrieve API Resources. Self-contained
    Naftiko capability covering one Fiware business surface.'
  tags:
  - Fiware
  - API Entry Point
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FIWARE_API_KEY: FIWARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ngsiv2-api-entry-point
    baseUri: http://orion.lab.fiware.org
    description: FIWARE-NGSI v2 Specification — API Entry Point business capability. Self-contained, no shared references.
    resources:
    - name: v2
      path: /v2
      operations:
      - name: retrieveapiresources
        method: GET
        description: Retrieve API Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: ngsiv2-api-entry-point-rest
    port: 8080
    description: REST adapter for FIWARE-NGSI v2 Specification — API Entry Point. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2
      name: v2
      description: REST surface for v2.
      operations:
      - method: GET
        name: retrieveapiresources
        description: Retrieve API Resources
        call: ngsiv2-api-entry-point.retrieveapiresources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ngsiv2-api-entry-point-mcp
    port: 9090
    transport: http
    description: MCP adapter for FIWARE-NGSI v2 Specification — API Entry Point. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: retrieve-api-resources
      description: Retrieve API Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ngsiv2-api-entry-point.retrieveapiresources
      outputParameters:
      - type: object
        mapping: $.