Leaf Agriculture · Capability

Leaf Agriculture Leaf API — API Reference > Leaf Link > Provider Applications Info > Raven Slingshot

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

Run with Naftiko Leaf AgricultureAPI Reference > Leaf Link > Provider Applications Info > Raven Slingshot

What You Can Do

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

MCP Tools

leaf-agriculture-get-all-ravenslingshot

Leaf Agriculture Get all RavenSlingshot app information

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

Leaf Agriculture Get a RavenSlingshot app information

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

Leaf Agriculture Create a RavenSlingshot app information

leaf-agriculture-update-ravenslingshot-app

Leaf Agriculture Update a RavenSlingshot app information

idempotent
leaf-agriculture-delete-ravenslingshot-app

Leaf Agriculture Delete a RavenSlingshot app information

idempotent

Capability Spec

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