Bika Database
Skills
list_records
Get the records from a specified database. you must use the tool "get_fields_schema" to get the field names and types before using this tool.
aggregate_records
Perform aggregate calculations on a specific field in the database records.
create_record
extract the necessary information from the user input and create a new record in the specified database based on the fields schema retrieved from the "get_fields_schema" tool. The "fields" parameter should be a JSON object containing field names and their corresponding values.
get_database_detail
Get the specific database metadata.
get_fields_schema
Returns the JSON schema of all fields within the specified database, This schema can help in understanding the structure of the database fields.