tools:
  - name: 0xbot-get-weather
    description: Get weather info for a given city.
    inputSchema:
      type: object
      $schema: http://json-schema.org/draft-07/schema#
      required:
        - city
      properties:
        city:
          type: string
          description: city name
      additionalProperties: false
