Leaf Agriculture · Capability

Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble

Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble. 5 operations. Lead operation: Leaf Agriculture Get all Trimble app information. Self-contained Naftiko capability covering one Leaf Agriculture business surface.

Run with Naftiko Leaf AgricultureAPI Reference > Leaf Link > Provider Applications Info > Trimble

What You Can Do

GET
Get — Leaf Agriculture Get all Trimble app information
/v1/services/usermanagement/api/app-keys/trimble
GET
Get — Leaf Agriculture Get a Trimble app information
/v1/services/usermanagement/api/app-keys/trimble/{app-name}
POST
Post — Leaf Agriculture Create a Trimble app information
/v1/services/usermanagement/api/app-keys/trimble/{app-name}
PUT
Put — Leaf Agriculture Update a Trimble app information
/v1/services/usermanagement/api/app-keys/trimble/{app-name}
DELETE
Delete — Leaf Agriculture Delete a Trimble app information
/v1/services/usermanagement/api/app-keys/trimble/{app-name}

MCP Tools

leaf-agriculture-get-all-trimble

Leaf Agriculture Get all Trimble app information

read-only idempotent
leaf-agriculture-get-trimble-app

Leaf Agriculture Get a Trimble app information

read-only idempotent
leaf-agriculture-create-trimble-app

Leaf Agriculture Create a Trimble app information

leaf-agriculture-update-trimble-app

Leaf Agriculture Update a Trimble app information

idempotent
leaf-agriculture-delete-trimble-app

Leaf Agriculture Delete a Trimble app information

idempotent

Capability Spec

leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble
  description: 'Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble. 5 operations.
    Lead operation: Leaf Agriculture Get all Trimble app information. Self-contained Naftiko capability covering one Leaf
    Agriculture business surface.'
  tags:
  - Leaf Agriculture
  - API Reference > Leaf Link > Provider Applications Info > Trimble
  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-leaf-link-provider-applications-info-trimble
    baseUri: ''
    description: Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble business capability.
      Self-contained, no shared references.
    resources:
    - name: services-usermanagement-api-app-keys-Trimble
      path: /services/usermanagement/api/app-keys/Trimble
      operations:
      - name: get
        method: GET
        description: Leaf Agriculture Get all Trimble app information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
    - name: services-usermanagement-api-app-keys-Trimble-app_name
      path: /services/usermanagement/api/app-keys/Trimble/{app_name}
      operations:
      - name: get
        method: GET
        description: Leaf Agriculture Get a Trimble app information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
        - name: app_name
          in: path
          type: string
          required: true
      - name: post
        method: POST
        description: Leaf Agriculture Create a Trimble app information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
        - name: app_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: put
        method: PUT
        description: Leaf Agriculture Update a Trimble app information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
        - name: app_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: delete
        method: DELETE
        description: Leaf Agriculture Delete a Trimble app information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
        - name: app_name
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble-rest
    port: 8080
    description: REST adapter for Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/services/usermanagement/api/app-keys/trimble
      name: services-usermanagement-api-app-keys-trimble
      description: REST surface for services-usermanagement-api-app-keys-Trimble.
      operations:
      - method: GET
        name: get
        description: Leaf Agriculture Get all Trimble app information
        call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.get
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/usermanagement/api/app-keys/trimble/{app-name}
      name: services-usermanagement-api-app-keys-trimble-app-name
      description: REST surface for services-usermanagement-api-app-keys-Trimble-app_name.
      operations:
      - method: GET
        name: get
        description: Leaf Agriculture Get a Trimble app information
        call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.get
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
          app_name: rest.app_name
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Leaf Agriculture Create a Trimble app information
        call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.post
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
          app_name: rest.app_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Leaf Agriculture Update a Trimble app information
        call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.put
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
          app_name: rest.app_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Leaf Agriculture Delete a Trimble app information
        call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.delete
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
          app_name: rest.app_name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble-mcp
    port: 9090
    transport: http
    description: MCP adapter for Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Trimble.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: leaf-agriculture-get-all-trimble
      description: Leaf Agriculture Get all Trimble app information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.get
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: leaf-agriculture-get-trimble-app
      description: Leaf Agriculture Get a Trimble app information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.get
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
        app_name: tools.app_name
      outputParameters:
      - type: object
        mapping: $.
    - name: leaf-agriculture-create-trimble-app
      description: Leaf Agriculture Create a Trimble app information
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.post
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
        app_name: tools.app_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: leaf-agriculture-update-trimble-app
      description: Leaf Agriculture Update a Trimble app information
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.put
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
        app_name: tools.app_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: leaf-agriculture-delete-trimble-app
      description: Leaf Agriculture Delete a Trimble app information
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: leaf-agriculture-api-reference-leaf-link-provider-applications-info-trimble.delete
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
        app_name: tools.app_name
      outputParameters:
      - type: object
        mapping: $.