Pocket Network · Capability

Pocket Network Shannon — Gateways

List Shannon Gateways via the Pocket gateway module REST surface. Lead operation: listShannonGateways. Self-contained Naftiko capability for the Gateway module.

Run with Naftiko Pocket NetworkShannonGateways

What You Can Do

GET
Listshannongateways — List Shannon Gateways
/v1/gateways

MCP Tools

pocket-network-list-gateways

List Shannon Gateways

read-only idempotent

Capability Spec

shannon-gateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pocket Network Shannon — Gateways
  description: 'List Shannon Gateways via the Pocket gateway module REST surface. Lead operation:
    listShannonGateways. Self-contained Naftiko capability for the Gateway module.'
  tags:
  - Pocket Network
  - Shannon
  - Gateways
  created: '2026-05-25'
  modified: '2026-05-25'
binds: []
capability:
  consumes:
  - type: http
    namespace: shannon-gateways
    baseUri: https://shannon-grove-api.mainnet.poktroll.com
    description: Shannon gateway-module capability.
    resources:
    - name: gateway
      path: /pocket/gateway/v1/gateway
      operations:
      - name: listshannongateways
        method: GET
        description: List Shannon Gateways
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: none
  exposes:
  - type: rest
    namespace: shannon-gateways-rest
    port: 8080
    resources:
    - path: /v1/gateways
      name: gateway
      operations:
      - method: GET
        name: listshannongateways
        description: List Shannon Gateways
        call: shannon-gateways.listshannongateways
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shannon-gateways-mcp
    port: 9090
    transport: http
    tools:
    - name: pocket-network-list-gateways
      description: List Shannon Gateways
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shannon-gateways.listshannongateways
      outputParameters:
      - type: object
        mapping: $.