Perenual · Capability

Perenual API — Maps

Perenual API — Maps. 1 operations. Lead operation: Get hardiness map for species. Self-contained Naftiko capability covering one Perenual business surface.

Run with Naftiko PerenualMaps

What You Can Do

GET
Gethardinessmap — Get hardiness map for species
/v1/hardiness-map

MCP Tools

get-hardiness-map-species

Get hardiness map for species

read-only idempotent

Capability Spec

perenual-maps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Perenual API — Maps
  description: 'Perenual API — Maps. 1 operations. Lead operation: Get hardiness map for species. Self-contained Naftiko capability
    covering one Perenual business surface.'
  tags:
  - Perenual
  - Maps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PERENUAL_API_KEY: PERENUAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: perenual-maps
    baseUri: https://perenual.com/api/v2
    description: Perenual API — Maps business capability. Self-contained, no shared references.
    resources:
    - name: hardiness-map
      path: /hardiness-map
      operations:
      - name: gethardinessmap
        method: GET
        description: Get hardiness map for species
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: species_id
          in: query
          type: integer
          required: true
    authentication:
      type: apikey
      key: key
      value: '{{env.PERENUAL_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: perenual-maps-rest
    port: 8080
    description: REST adapter for Perenual API — Maps. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/hardiness-map
      name: hardiness-map
      description: REST surface for hardiness-map.
      operations:
      - method: GET
        name: gethardinessmap
        description: Get hardiness map for species
        call: perenual-maps.gethardinessmap
        with:
          species_id: rest.species_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: perenual-maps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Perenual API — Maps. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-hardiness-map-species
      description: Get hardiness map for species
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: perenual-maps.gethardinessmap
      with:
        species_id: tools.species_id
      outputParameters:
      - type: object
        mapping: $.