Leaf Agriculture · Capability

Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes

Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes. 2 operations. Lead operation: Leaf Agriculture Get all tank mixes. Self-contained Naftiko capability covering one Leaf Agriculture business surface.

Run with Naftiko Leaf AgricultureAPI Reference > Beta > Input Database > Tank Mixes

What You Can Do

GET
Get — Leaf Agriculture Get all tank mixes
/v1/services/beta/api/tankmixes
GET
Get — Leaf Agriculture Search for tank mixes
/v1/services/beta/api/tankmixes/search

MCP Tools

leaf-agriculture-get-all-tank

Leaf Agriculture Get all tank mixes

read-only idempotent
leaf-agriculture-search-tank-mixes

Leaf Agriculture Search for tank mixes

read-only idempotent

Capability Spec

leaf-agriculture-api-reference-beta-input-database-tank-mixes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes
  description: 'Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes. 2 operations. Lead operation:
    Leaf Agriculture Get all tank mixes. Self-contained Naftiko capability covering one Leaf Agriculture business surface.'
  tags:
  - Leaf Agriculture
  - API Reference > Beta > Input Database > Tank Mixes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LEAF_AGRICULTURE_API_KEY: LEAF_AGRICULTURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: leaf-agriculture-api-reference-beta-input-database-tank-mixes
    baseUri: ''
    description: Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes business capability. Self-contained,
      no shared references.
    resources:
    - name: services-beta-api-tankMixes
      path: /services/beta/api/tankMixes
      operations:
      - name: get
        method: GET
        description: Leaf Agriculture Get all tank mixes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: Content-Type
          in: header
          type: string
    - name: services-beta-api-tankMixes-search
      path: /services/beta/api/tankMixes/search
      operations:
      - name: get
        method: GET
        description: Leaf Agriculture Search for tank mixes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: Content-Type
          in: header
          type: string
  exposes:
  - type: rest
    namespace: leaf-agriculture-api-reference-beta-input-database-tank-mixes-rest
    port: 8080
    description: REST adapter for Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/beta/api/tankmixes
      name: services-beta-api-tankmixes
      description: REST surface for services-beta-api-tankMixes.
      operations:
      - method: GET
        name: get
        description: Leaf Agriculture Get all tank mixes
        call: leaf-agriculture-api-reference-beta-input-database-tank-mixes.get
        with:
          Authorization: rest.Authorization
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/beta/api/tankmixes/search
      name: services-beta-api-tankmixes-search
      description: REST surface for services-beta-api-tankMixes-search.
      operations:
      - method: GET
        name: get
        description: Leaf Agriculture Search for tank mixes
        call: leaf-agriculture-api-reference-beta-input-database-tank-mixes.get
        with:
          Authorization: rest.Authorization
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: leaf-agriculture-api-reference-beta-input-database-tank-mixes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Leaf Agriculture Leaf API — API Reference > Beta > Input Database > Tank Mixes. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: leaf-agriculture-get-all-tank
      description: Leaf Agriculture Get all tank mixes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: leaf-agriculture-api-reference-beta-input-database-tank-mixes.get
      with:
        Authorization: tools.Authorization
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.
    - name: leaf-agriculture-search-tank-mixes
      description: Leaf Agriculture Search for tank mixes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: leaf-agriculture-api-reference-beta-input-database-tank-mixes.get
      with:
        Authorization: tools.Authorization
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.