Flower Shop Network · Capability

Flower Shop Network JSON API — Florists

Flower Shop Network JSON API — Florists. 1 operations. Lead operation: Search filling florists. Self-contained Naftiko capability covering one Flower Shop Network business surface.

Run with Naftiko Flower Shop NetworkFlorists

What You Can Do

POST
Post — Search filling florists
/v1/relayutil-apisearchflorists

MCP Tools

search-filling-florists

Search filling florists

read-only

Capability Spec

flower-shop-network-florists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Flower Shop Network JSON API — Florists
  description: 'Flower Shop Network JSON API — Florists. 1 operations. Lead operation: Search filling florists. Self-contained
    Naftiko capability covering one Flower Shop Network business surface.'
  tags:
  - Flower Shop Network
  - Florists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLOWER_SHOP_NETWORK_API_KEY: FLOWER_SHOP_NETWORK_API_KEY
capability:
  consumes:
  - type: http
    namespace: flower-shop-network-florists
    baseUri: https://api.flowershopnetwork.com/api
    description: Flower Shop Network JSON API — Florists business capability. Self-contained, no shared references.
    resources:
    - name: RelayUtil.apiSearchFlorists
      path: /RelayUtil.apiSearchFlorists
      operations:
      - name: post
        method: POST
        description: Search filling florists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: flower-shop-network-florists-rest
    port: 8080
    description: REST adapter for Flower Shop Network JSON API — Florists. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/relayutil-apisearchflorists
      name: relayutil-apisearchflorists
      description: REST surface for RelayUtil.apiSearchFlorists.
      operations:
      - method: POST
        name: post
        description: Search filling florists
        call: flower-shop-network-florists.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flower-shop-network-florists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Flower Shop Network JSON API — Florists. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: search-filling-florists
      description: Search filling florists
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: flower-shop-network-florists.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.