tooluniverse 0.1.3__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tooluniverse might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  [
2
2
  {
3
- "name": "get_active_ingredient_info_by_drug_name",
3
+ "name": "FDA_get_active_ingredient_info_by_drug_name",
4
4
  "description": "Fetch a list of active ingredients in a specific drug product.",
5
5
  "label": [
6
6
  "ActiveIngredient",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  {
45
- "name": "get_dosage_and_storage_information_by_drug_name",
45
+ "name": "FDA_get_dosage_and_storage_information_by_drug_name",
46
46
  "description": "Retrieve dosage and storage information for a specific drug.",
47
47
  "label": [
48
48
  "DosageAndAdministration",
@@ -86,8 +86,8 @@
86
86
  }
87
87
  },
88
88
  {
89
- "name": "get_drug_names_by_abuse_info",
90
- "description": "Retrieve drug names based on information about types of abuse and adverse reactions pertinent to those types of abuse.",
89
+ "name": "FDA_get_drug_names_by_abuse_info",
90
+ "description": "Retrieve drug names based on information about types of abuse and adverse reactions pertinent to those types of abuse. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
91
91
  "parameter": {
92
92
  "type": "object",
93
93
  "properties": {
@@ -96,6 +96,11 @@
96
96
  "description": "Information about the types of abuse that can occur with the drug.",
97
97
  "required": true
98
98
  },
99
+ "indication": {
100
+ "type": "string",
101
+ "description": "The indication or usage of the drug.",
102
+ "required": false
103
+ },
99
104
  "limit": {
100
105
  "type": "integer",
101
106
  "description": "The number of records to return.",
@@ -112,6 +117,9 @@
112
117
  "search_fields": {
113
118
  "abuse_info": [
114
119
  "abuse"
120
+ ],
121
+ "indication": [
122
+ "indications_and_usage"
115
123
  ]
116
124
  },
117
125
  "return_fields": [
@@ -128,7 +136,7 @@
128
136
  ]
129
137
  },
130
138
  {
131
- "name": "get_abuse_info_by_drug_name",
139
+ "name": "FDA_get_abuse_info_by_drug_name",
132
140
  "description": "Retrieve information about types of abuse based on the drug name.",
133
141
  "parameter": {
134
142
  "type": "object",
@@ -170,7 +178,7 @@
170
178
  ]
171
179
  },
172
180
  {
173
- "name": "get_drug_names_by_accessories",
181
+ "name": "FDA_get_drug_names_by_accessories",
174
182
  "description": "Retrieve drug names based on the accessories field information.",
175
183
  "parameter": {
176
184
  "type": "object",
@@ -180,6 +188,11 @@
180
188
  "description": "The name or part of the name of the accessory.",
181
189
  "required": true
182
190
  },
191
+ "indication": {
192
+ "type": "string",
193
+ "description": "The indication or usage of the drug.",
194
+ "required": false
195
+ },
183
196
  "limit": {
184
197
  "type": "integer",
185
198
  "description": "The number of records to return.",
@@ -196,6 +209,9 @@
196
209
  "search_fields": {
197
210
  "accessory_name": [
198
211
  "accessories"
212
+ ],
213
+ "indication": [
214
+ "indications_and_usage"
199
215
  ]
200
216
  },
201
217
  "return_fields": [
@@ -211,7 +227,7 @@
211
227
  ]
212
228
  },
213
229
  {
214
- "name": "get_accessories_info_by_drug_name",
230
+ "name": "FDA_get_accessories_info_by_drug_name",
215
231
  "description": "Retrieve information about accessories based on the drug name.",
216
232
  "parameter": {
217
233
  "type": "object",
@@ -252,7 +268,7 @@
252
268
  ]
253
269
  },
254
270
  {
255
- "name": "get_drug_names_by_active_ingredient",
271
+ "name": "FDA_get_drug_names_by_active_ingredient",
256
272
  "description": "Retrieve drug names based on the active ingredient information.",
257
273
  "parameter": {
258
274
  "type": "object",
@@ -262,6 +278,11 @@
262
278
  "description": "The active ingredient in the drug product.",
263
279
  "required": true
264
280
  },
281
+ "indication": {
282
+ "type": "string",
283
+ "description": "The indication or usage of the drug.",
284
+ "required": false
285
+ },
265
286
  "limit": {
266
287
  "type": "integer",
267
288
  "description": "The number of records to return.",
@@ -278,6 +299,9 @@
278
299
  "search_fields": {
279
300
  "active_ingredient": [
280
301
  "active_ingredient"
302
+ ],
303
+ "indication": [
304
+ "indications_and_usage"
281
305
  ]
282
306
  },
283
307
  "return_fields": [
@@ -294,7 +318,7 @@
294
318
  ]
295
319
  },
296
320
  {
297
- "name": "get_active_ingredient_application_number_manufacturer_name_NDC_number_administration_route_by_drug_name",
321
+ "name": "FDA_get_manufacturer_name_NDC_number_by_drug_name",
298
322
  "description": "Retrieve detailed information about a drug's active ingredient, FDA application number, manufacturer name, National Drug Code (NDC) number, and route of administration; all based on the drug name.",
299
323
  "parameter": {
300
324
  "type": "object",
@@ -343,8 +367,8 @@
343
367
  ]
344
368
  },
345
369
  {
346
- "name": "get_drug_names_by_application_number_manufacturer_name_NDC_number",
347
- "description": "Retrieve drug names based on the specified FDA application number, manufacturer name, or National Drug Code (NDC) number.",
370
+ "name": "FDA_get_drug_names_by_application_number_NDC_number",
371
+ "description": "Retrieve drug names based on the specified FDA application number or National Drug Code (NDC) number.",
348
372
  "parameter": {
349
373
  "type": "object",
350
374
  "properties": {
@@ -390,8 +414,8 @@
390
414
  ]
391
415
  },
392
416
  {
393
- "name": "get_drug_name_by_adverse_reaction",
394
- "description": "Retrieve the drug name based on specific adverse reactions reported.",
417
+ "name": "FDA_get_drug_name_by_adverse_reaction",
418
+ "description": "Retrieve the drug name based on specific adverse reactions reported. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
395
419
  "parameter": {
396
420
  "type": "object",
397
421
  "properties": {
@@ -431,7 +455,7 @@
431
455
  ]
432
456
  },
433
457
  {
434
- "name": "get_adverse_reactions_by_drug_name",
458
+ "name": "FDA_get_adverse_reactions_by_drug_name",
435
459
  "description": "Retrieve adverse reactions information based on the drug name.",
436
460
  "parameter": {
437
461
  "type": "object",
@@ -473,8 +497,8 @@
473
497
  ]
474
498
  },
475
499
  {
476
- "name": "get_drug_names_by_alarm",
477
- "description": "Retrieve drug names based on the presence of specific alarms, which are related to adverse reaction events.",
500
+ "name": "FDA_get_drug_names_by_alarm",
501
+ "description": "Retrieve drug names based on the presence of specific alarms, which are related to adverse reaction events. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
478
502
  "parameter": {
479
503
  "type": "object",
480
504
  "properties": {
@@ -483,6 +507,11 @@
483
507
  "description": "The type of alarm to search for.",
484
508
  "required": true
485
509
  },
510
+ "indication": {
511
+ "type": "string",
512
+ "description": "The indication or usage of the drug.",
513
+ "required": false
514
+ },
486
515
  "limit": {
487
516
  "type": "integer",
488
517
  "description": "The number of records to return.",
@@ -499,6 +528,9 @@
499
528
  "search_fields": {
500
529
  "alarm_type": [
501
530
  "alarms"
531
+ ],
532
+ "indication": [
533
+ "indications_and_usage"
502
534
  ]
503
535
  },
504
536
  "return_fields": [
@@ -516,7 +548,7 @@
516
548
  ]
517
549
  },
518
550
  {
519
- "name": "get_alarms_by_drug_name",
551
+ "name": "FDA_get_alarms_by_drug_name",
520
552
  "description": "Retrieve alarms based on the specified drug name.",
521
553
  "parameter": {
522
554
  "type": "object",
@@ -559,8 +591,8 @@
559
591
  ]
560
592
  },
561
593
  {
562
- "name": "get_drug_names_by_animal_pharmacology_info",
563
- "description": "Retrieve drug names based on animal pharmacology and toxicology information.",
594
+ "name": "FDA_get_drug_names_by_animal_pharmacology_info",
595
+ "description": "Retrieve drug names based on animal pharmacology and toxicology information. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
564
596
  "parameter": {
565
597
  "type": "object",
566
598
  "properties": {
@@ -569,6 +601,11 @@
569
601
  "description": "Information from studies of the drug in animals.",
570
602
  "required": true
571
603
  },
604
+ "indication": {
605
+ "type": "string",
606
+ "description": "The indication or usage of the drug.",
607
+ "required": false
608
+ },
572
609
  "limit": {
573
610
  "type": "integer",
574
611
  "description": "The number of records to return.",
@@ -585,6 +622,9 @@
585
622
  "search_fields": {
586
623
  "pharmacology_info": [
587
624
  "animal_pharmacology_and_or_toxicology"
625
+ ],
626
+ "indication": [
627
+ "indications_and_usage"
588
628
  ]
589
629
  },
590
630
  "return_fields": [
@@ -600,7 +640,7 @@
600
640
  ]
601
641
  },
602
642
  {
603
- "name": "get_animal_pharmacology_info_by_drug_name",
643
+ "name": "FDA_get_animal_pharmacology_info_by_drug_name",
604
644
  "description": "Retrieve animal pharmacology and toxicology information based on drug names.",
605
645
  "parameter": {
606
646
  "type": "object",
@@ -641,8 +681,8 @@
641
681
  ]
642
682
  },
643
683
  {
644
- "name": "get_drug_name_by_info_on_conditions_for_doctor_consultation",
645
- "description": "Retrieve the drug names that require asking a doctor before use due to a patient's specific conditions and symptoms.",
684
+ "name": "FDA_get_drug_name_by_info_on_conditions_for_doctor_consultation",
685
+ "description": "Retrieve the drug names that require asking a doctor before use due to a patient's specific conditions and symptoms. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
646
686
  "parameter": {
647
687
  "type": "object",
648
688
  "properties": {
@@ -682,7 +722,7 @@
682
722
  ]
683
723
  },
684
724
  {
685
- "name": "get_info_on_conditions_for_doctor_consultation_by_drug_name",
725
+ "name": "FDA_get_info_on_conditions_for_doctor_consultation_by_drug_name",
686
726
  "description": "Get information about when a doctor should be consulted before using a specific drug.",
687
727
  "parameter": {
688
728
  "type": "object",
@@ -723,8 +763,8 @@
723
763
  ]
724
764
  },
725
765
  {
726
- "name": "get_drug_names_by_info_on_consulting_doctor_pharmacist_for_drug_interactions",
727
- "description": "Retrieve drug names based on information about when a doctor or pharmacist should be consulted regarding drug interactions.",
766
+ "name": "FDA_get_drug_names_by_consulting_doctor_pharmacist_info",
767
+ "description": "Retrieve drug names based on information about when a doctor or pharmacist should be consulted regarding drug interactions. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
728
768
  "parameter": {
729
769
  "type": "object",
730
770
  "properties": {
@@ -733,6 +773,11 @@
733
773
  "description": "Information about when a doctor or pharmacist should be consulted regarding drug interactions.",
734
774
  "required": true
735
775
  },
776
+ "indication": {
777
+ "type": "string",
778
+ "description": "The indication or usage of the drug.",
779
+ "required": false
780
+ },
736
781
  "limit": {
737
782
  "type": "integer",
738
783
  "description": "The number of records to return.",
@@ -749,6 +794,9 @@
749
794
  "search_fields": {
750
795
  "interaction_info": [
751
796
  "ask_doctor_or_pharmacist"
797
+ ],
798
+ "indication": [
799
+ "indications_and_usage"
752
800
  ]
753
801
  },
754
802
  "return_fields": [
@@ -766,7 +814,7 @@
766
814
  ]
767
815
  },
768
816
  {
769
- "name": "get_info_on_consulting_doctor_pharmacist_for_drug_interactions_by_drug_name",
817
+ "name": "FDA_get_info_on_consulting_doctor_pharmacist_by_drug_name",
770
818
  "description": "Get information about when a doctor or pharmacist should be consulted regarding drug interactions for a specific drug.",
771
819
  "parameter": {
772
820
  "type": "object",
@@ -808,8 +856,8 @@
808
856
  ]
809
857
  },
810
858
  {
811
- "name": "get_drug_names_by_assembly_installation_info",
812
- "description": "Retrieve drug names based on assembly or installation instructions.",
859
+ "name": "FDA_get_drug_names_by_assembly_installation_info",
860
+ "description": "Retrieve drug names based on assembly or installation instructions. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
813
861
  "parameter": {
814
862
  "type": "object",
815
863
  "properties": {
@@ -818,6 +866,11 @@
818
866
  "description": "Information related to assembly or installation instructions.",
819
867
  "required": true
820
868
  },
869
+ "indication": {
870
+ "type": "string",
871
+ "description": "The indication or usage of the drug.",
872
+ "required": false
873
+ },
821
874
  "limit": {
822
875
  "type": "integer",
823
876
  "description": "The number of records to return.",
@@ -834,6 +887,9 @@
834
887
  "search_fields": {
835
888
  "field_info": [
836
889
  "assembly_or_installation_instructions"
890
+ ],
891
+ "indication": [
892
+ "indications_and_usage"
837
893
  ]
838
894
  },
839
895
  "return_fields": [
@@ -850,7 +906,7 @@
850
906
  ]
851
907
  },
852
908
  {
853
- "name": "get_assembly_installation_info_by_drug_name",
909
+ "name": "FDA_get_assembly_installation_info_by_drug_name",
854
910
  "description": "Retrieve assembly or installation instructions based on drug names.",
855
911
  "parameter": {
856
912
  "type": "object",
@@ -892,7 +948,7 @@
892
948
  ]
893
949
  },
894
950
  {
895
- "name": "get_drug_names_by_boxed_warning",
951
+ "name": "FDA_get_drug_names_by_boxed_warning",
896
952
  "description": "Retrieve drug names that have specific boxed warnings and adverse effects.",
897
953
  "parameter": {
898
954
  "type": "object",
@@ -902,6 +958,11 @@
902
958
  "description": "The text of the boxed warning to search for.",
903
959
  "required": true
904
960
  },
961
+ "indication": {
962
+ "type": "string",
963
+ "description": "The indication or usage of the drug.",
964
+ "required": false
965
+ },
905
966
  "limit": {
906
967
  "type": "integer",
907
968
  "description": "The number of records to return.",
@@ -918,6 +979,9 @@
918
979
  "search_fields": {
919
980
  "warning_text": [
920
981
  "boxed_warning"
982
+ ],
983
+ "indication": [
984
+ "indications_and_usage"
921
985
  ]
922
986
  },
923
987
  "return_fields": [
@@ -935,7 +999,7 @@
935
999
  ]
936
1000
  },
937
1001
  {
938
- "name": "get_boxed_warning_info_by_drug_name",
1002
+ "name": "FDA_get_boxed_warning_info_by_drug_name",
939
1003
  "description": "Retrieve boxed warning and adverse effects information for a specific drug.",
940
1004
  "parameter": {
941
1005
  "type": "object",
@@ -977,7 +1041,7 @@
977
1041
  ]
978
1042
  },
979
1043
  {
980
- "name": "get_drug_name_by_calibration_instructions",
1044
+ "name": "FDA_get_drug_name_by_calibration_instructions",
981
1045
  "description": "Retrieve the drug name based on the calibration instructions provided.",
982
1046
  "parameter": {
983
1047
  "type": "object",
@@ -1019,7 +1083,7 @@
1019
1083
  ]
1020
1084
  },
1021
1085
  {
1022
- "name": "get_calibration_instructions_by_drug_name",
1086
+ "name": "FDA_get_calibration_instructions_by_drug_name",
1023
1087
  "description": "Retrieve calibration instructions based on the specified drug name.",
1024
1088
  "parameter": {
1025
1089
  "type": "object",
@@ -1061,7 +1125,7 @@
1061
1125
  ]
1062
1126
  },
1063
1127
  {
1064
- "name": "get_drug_names_by_carcinogenic_mutagenic_fertility_impairment_info",
1128
+ "name": "FDA_get_drugs_by_carcinogenic_mutagenic_fertility",
1065
1129
  "description": "Retrieve drug names based on the presence of carcinogenic, mutagenic, or fertility impairment information.",
1066
1130
  "parameter": {
1067
1131
  "type": "object",
@@ -1071,6 +1135,11 @@
1071
1135
  "description": "Information about carcinogenic, mutagenic, or fertility impairment potential.",
1072
1136
  "required": true
1073
1137
  },
1138
+ "indication": {
1139
+ "type": "string",
1140
+ "description": "The indication or usage of the drug.",
1141
+ "required": false
1142
+ },
1074
1143
  "limit": {
1075
1144
  "type": "integer",
1076
1145
  "description": "The number of records to return.",
@@ -1087,6 +1156,9 @@
1087
1156
  "search_fields": {
1088
1157
  "carcinogenic_info": [
1089
1158
  "carcinogenesis_and_mutagenesis_and_impairment_of_fertility"
1159
+ ],
1160
+ "indication": [
1161
+ "indications_and_usage"
1090
1162
  ]
1091
1163
  },
1092
1164
  "return_fields": [
@@ -1103,7 +1175,7 @@
1103
1175
  ]
1104
1176
  },
1105
1177
  {
1106
- "name": "get_carcinogenic_mutagenic_fertility_impairment_info_by_drug_name",
1178
+ "name": "FDA_get_carcinogenic_mutagenic_fertility_by_drug_name",
1107
1179
  "description": "Retrieve carcinogenic, mutagenic, or fertility impairment information based on the drug name.",
1108
1180
  "parameter": {
1109
1181
  "type": "object",
@@ -1145,7 +1217,7 @@
1145
1217
  ]
1146
1218
  },
1147
1219
  {
1148
- "name": "get_drug_name_by_application_number_NUI_identifier_SPL_document_ID_SPL_set_ID",
1220
+ "name": "FDA_get_drug_name_by_SPL_ID",
1149
1221
  "description": "Retrieve the drug name based on the FDA application number, NUI unique identifier, document ID of a specific version of the drug's Structured Product Label (SPL), or set ID of the drug's Structured Product Label that works across label versions.",
1150
1222
  "parameter": {
1151
1223
  "type": "object",
@@ -1189,16 +1261,21 @@
1189
1261
  ]
1190
1262
  },
1191
1263
  {
1192
- "name": "get_drug_names_by_clinical_pharmacology",
1193
- "description": "Retrieve drug names based on clinical pharmacology information.",
1264
+ "name": "FDA_get_drug_names_by_clinical_pharmacology",
1265
+ "description": "Retrieve drug names based on clinical pharmacology information. Warning: This tool only outputs a predefined limited number of drug names and does not cover all possible drugs. Use with caution.",
1194
1266
  "parameter": {
1195
1267
  "type": "object",
1196
1268
  "properties": {
1197
1269
  "clinical_pharmacology": {
1198
1270
  "type": "string",
1199
- "description": "Information about the clinical pharmacology and actions of the drug in humans.",
1271
+ "description": "Information about the clinical pharmacology and actions of the drug in humans. Use key words",
1200
1272
  "required": true
1201
1273
  },
1274
+ "indication": {
1275
+ "type": "string",
1276
+ "description": "The indication or usage of the drug.",
1277
+ "required": false
1278
+ },
1202
1279
  "limit": {
1203
1280
  "type": "integer",
1204
1281
  "description": "The number of records to return.",
@@ -1215,6 +1292,9 @@
1215
1292
  "search_fields": {
1216
1293
  "clinical_pharmacology": [
1217
1294
  "clinical_pharmacology"
1295
+ ],
1296
+ "indication": [
1297
+ "indications_and_usage"
1218
1298
  ]
1219
1299
  },
1220
1300
  "return_fields": [
@@ -1230,7 +1310,7 @@
1230
1310
  ]
1231
1311
  },
1232
1312
  {
1233
- "name": "get_clinical_pharmacology_by_drug_name",
1313
+ "name": "FDA_get_clinical_pharmacology_by_drug_name",
1234
1314
  "description": "Retrieve clinical pharmacology information based on drug names.",
1235
1315
  "parameter": {
1236
1316
  "type": "object",
@@ -1272,14 +1352,19 @@
1272
1352
  ]
1273
1353
  },
1274
1354
  {
1275
- "name": "get_drug_names_by_clinical_studies",
1355
+ "name": "FDA_get_drug_names_by_clinical_studies",
1276
1356
  "description": "Retrieve drug names based on the presence of clinical studies information.",
1277
1357
  "parameter": {
1278
1358
  "type": "object",
1279
1359
  "properties": {
1280
1360
  "clinical_studies": {
1281
1361
  "type": "string",
1282
- "description": "Information related to clinical studies.",
1362
+ "description": "Information related to clinical studies. Use keywords split by blank space.",
1363
+ "required": true
1364
+ },
1365
+ "indication": {
1366
+ "type": "string",
1367
+ "description": "The indication or usage of the drug.",
1283
1368
  "required": true
1284
1369
  },
1285
1370
  "limit": {
@@ -1298,6 +1383,9 @@
1298
1383
  "search_fields": {
1299
1384
  "clinical_studies": [
1300
1385
  "clinical_studies"
1386
+ ],
1387
+ "indication": [
1388
+ "indications_and_usage"
1301
1389
  ]
1302
1390
  },
1303
1391
  "return_fields": [
@@ -1313,7 +1401,7 @@
1313
1401
  ]
1314
1402
  },
1315
1403
  {
1316
- "name": "get_clinical_studies_info_by_drug_name",
1404
+ "name": "FDA_get_clinical_studies_info_by_drug_name",
1317
1405
  "description": "Retrieve clinical studies information based on the drug name.",
1318
1406
  "parameter": {
1319
1407
  "type": "object",
@@ -1355,7 +1443,7 @@
1355
1443
  ]
1356
1444
  },
1357
1445
  {
1358
- "name": "get_drug_names_by_contraindications",
1446
+ "name": "FDA_get_drug_names_by_contraindications",
1359
1447
  "description": "Retrieve drug names based on specific contraindications information.",
1360
1448
  "parameter": {
1361
1449
  "type": "object",
@@ -1365,6 +1453,11 @@
1365
1453
  "description": "Information about situations in which the drug product is contraindicated.",
1366
1454
  "required": true
1367
1455
  },
1456
+ "indication": {
1457
+ "type": "string",
1458
+ "description": "The indication or usage of the drug.",
1459
+ "required": false
1460
+ },
1368
1461
  "limit": {
1369
1462
  "type": "integer",
1370
1463
  "description": "The number of records to return.",
@@ -1381,6 +1474,9 @@
1381
1474
  "search_fields": {
1382
1475
  "contraindication_info": [
1383
1476
  "contraindications"
1477
+ ],
1478
+ "indication": [
1479
+ "indications_and_usage"
1384
1480
  ]
1385
1481
  },
1386
1482
  "return_fields": [
@@ -1397,7 +1493,7 @@
1397
1493
  ]
1398
1494
  },
1399
1495
  {
1400
- "name": "get_contraindications_by_drug_name",
1496
+ "name": "FDA_get_contraindications_by_drug_name",
1401
1497
  "description": "Retrieve contraindications information based on the drug name.",
1402
1498
  "parameter": {
1403
1499
  "type": "object",
@@ -1439,7 +1535,7 @@
1439
1535
  ]
1440
1536
  },
1441
1537
  {
1442
- "name": "get_drug_names_by_controlled_substance_DEA_schedule",
1538
+ "name": "FDA_get_drug_names_by_controlled_substance_DEA_schedule",
1443
1539
  "description": "Retrieve drug names based on the Drug Enforcement Administration (DEA) schedule information.",
1444
1540
  "parameter": {
1445
1541
  "type": "object",
@@ -1449,6 +1545,11 @@
1449
1545
  "description": "The schedule in which the drug is controlled by the Drug Enforcement Administration.",
1450
1546
  "required": true
1451
1547
  },
1548
+ "indication": {
1549
+ "type": "string",
1550
+ "description": "The indication or usage of the drug.",
1551
+ "required": false
1552
+ },
1452
1553
  "limit": {
1453
1554
  "type": "integer",
1454
1555
  "description": "The number of records to return.",
@@ -1465,6 +1566,9 @@
1465
1566
  "search_fields": {
1466
1567
  "controlled_substance_schedule": [
1467
1568
  "controlled_substance"
1569
+ ],
1570
+ "indication": [
1571
+ "indications_and_usage"
1468
1572
  ]
1469
1573
  },
1470
1574
  "return_fields": [
@@ -1481,7 +1585,7 @@
1481
1585
  ]
1482
1586
  },
1483
1587
  {
1484
- "name": "get_controlled_substance_DEA_schedule_info_by_drug_name",
1588
+ "name": "FDA_get_controlled_substance_DEA_schedule_info_by_drug_name",
1485
1589
  "description": "Retrieve information about the controlled substance Drug Enforcement Administratino (DEA) schedule for a specific drug.",
1486
1590
  "parameter": {
1487
1591
  "type": "object",
@@ -1523,7 +1627,7 @@
1523
1627
  ]
1524
1628
  },
1525
1629
  {
1526
- "name": "get_drug_name_by_dependence_info",
1630
+ "name": "FDA_get_drug_name_by_dependence_info",
1527
1631
  "description": "Retrieve the drug name based on information about dependence characteristics.",
1528
1632
  "parameter": {
1529
1633
  "type": "object",
@@ -1565,7 +1669,7 @@
1565
1669
  ]
1566
1670
  },
1567
1671
  {
1568
- "name": "get_dependence_info_by_drug_name",
1672
+ "name": "FDA_get_dependence_info_by_drug_name",
1569
1673
  "description": "Retrieve information about dependence characteristics based on the drug name.",
1570
1674
  "parameter": {
1571
1675
  "type": "object",
@@ -1607,7 +1711,7 @@
1607
1711
  ]
1608
1712
  },
1609
1713
  {
1610
- "name": "get_drug_names_by_disposal_info",
1714
+ "name": "FDA_get_drug_names_by_disposal_info",
1611
1715
  "description": "Retrieve drug names based on disposal and waste handling information.",
1612
1716
  "parameter": {
1613
1717
  "type": "object",
@@ -1617,6 +1721,11 @@
1617
1721
  "description": "Information related to the disposal and waste handling of the drug.",
1618
1722
  "required": true
1619
1723
  },
1724
+ "indication": {
1725
+ "type": "string",
1726
+ "description": "The indication or usage of the drug.",
1727
+ "required": false
1728
+ },
1620
1729
  "limit": {
1621
1730
  "type": "integer",
1622
1731
  "description": "The number of records to return.",
@@ -1633,6 +1742,9 @@
1633
1742
  "search_fields": {
1634
1743
  "disposal_info": [
1635
1744
  "disposal_and_waste_handling"
1745
+ ],
1746
+ "indication": [
1747
+ "indications_and_usage"
1636
1748
  ]
1637
1749
  },
1638
1750
  "return_fields": [
@@ -1649,7 +1761,7 @@
1649
1761
  ]
1650
1762
  },
1651
1763
  {
1652
- "name": "get_disposal_info_by_drug_name",
1764
+ "name": "FDA_get_disposal_info_by_drug_name",
1653
1765
  "description": "Retrieve disposal and waste handling information based on the drug name.",
1654
1766
  "parameter": {
1655
1767
  "type": "object",
@@ -1690,7 +1802,7 @@
1690
1802
  ]
1691
1803
  },
1692
1804
  {
1693
- "name": "get_drug_name_by_dosage_info",
1805
+ "name": "FDA_get_drug_name_by_dosage_info",
1694
1806
  "description": "Retrieve the drug name based on dosage and administration information.",
1695
1807
  "parameter": {
1696
1808
  "type": "object",
@@ -1731,7 +1843,7 @@
1731
1843
  ]
1732
1844
  },
1733
1845
  {
1734
- "name": "get_drug_names_by_dosage_forms_and_strengths_info",
1846
+ "name": "FDA_get_drug_names_by_dosage_forms_and_strengths_info",
1735
1847
  "description": "Retrieve drug names based on specific dosage forms and strengths information.",
1736
1848
  "parameter": {
1737
1849
  "type": "object",
@@ -1741,6 +1853,11 @@
1741
1853
  "description": "Information about the dosage forms and strengths of the drug.",
1742
1854
  "required": true
1743
1855
  },
1856
+ "indication": {
1857
+ "type": "string",
1858
+ "description": "The indication or usage of the drug.",
1859
+ "required": false
1860
+ },
1744
1861
  "limit": {
1745
1862
  "type": "integer",
1746
1863
  "description": "The number of records to return.",
@@ -1757,6 +1874,9 @@
1757
1874
  "search_fields": {
1758
1875
  "dosage_forms_and_strengths": [
1759
1876
  "dosage_forms_and_strengths"
1877
+ ],
1878
+ "indication": [
1879
+ "indications_and_usage"
1760
1880
  ]
1761
1881
  },
1762
1882
  "return_fields": [
@@ -1772,7 +1892,7 @@
1772
1892
  ]
1773
1893
  },
1774
1894
  {
1775
- "name": "get_dosage_forms_and_strengths_by_drug_name",
1895
+ "name": "FDA_get_dosage_forms_and_strengths_by_drug_name",
1776
1896
  "description": "Retrieve dosage forms and strengths information based on the drug name.",
1777
1897
  "parameter": {
1778
1898
  "type": "object",
@@ -1814,7 +1934,7 @@
1814
1934
  ]
1815
1935
  },
1816
1936
  {
1817
- "name": "get_drug_name_by_abuse_types_and_related_adverse_reactions_and_controlled_substance_status",
1937
+ "name": "FDA_get_drug_names_by_abuse_dependence_info",
1818
1938
  "description": "Retrieve the drug name based on information about drug abuse and dependence, including whether the drug is a controlled substances, the types of possible abuse, and adverse reactions relevant to those abuse types.",
1819
1939
  "parameter": {
1820
1940
  "type": "object",
@@ -1856,7 +1976,7 @@
1856
1976
  ]
1857
1977
  },
1858
1978
  {
1859
- "name": "get_abuse_types_and_related_adverse_reactions_and_controlled_substance_status_by_drug_name",
1979
+ "name": "FDA_get_abuse_dependence_info_by_drug_name",
1860
1980
  "description": "Get information about drug abuse and dependence based on the drug name, specifically information on whether the drug is a controlled substances, the types of possible abuse, and adverse reactions relevant to those abuse types.",
1861
1981
  "parameter": {
1862
1982
  "type": "object",
@@ -1898,7 +2018,7 @@
1898
2018
  ]
1899
2019
  },
1900
2020
  {
1901
- "name": "get_drug_names_by_lab_test_interference",
2021
+ "name": "FDA_get_drug_names_by_lab_test_interference",
1902
2022
  "description": "Retrieve drug names that have known interference with laboratory tests.",
1903
2023
  "parameter": {
1904
2024
  "type": "object",
@@ -1908,6 +2028,11 @@
1908
2028
  "description": "Information about any known interference by the drug with laboratory tests.",
1909
2029
  "required": true
1910
2030
  },
2031
+ "indication": {
2032
+ "type": "string",
2033
+ "description": "The indication or usage of the drug.",
2034
+ "required": false
2035
+ },
1911
2036
  "limit": {
1912
2037
  "type": "integer",
1913
2038
  "description": "The number of records to return.",
@@ -1924,6 +2049,9 @@
1924
2049
  "search_fields": {
1925
2050
  "lab_test_interference": [
1926
2051
  "drug_and_or_laboratory_test_interactions"
2052
+ ],
2053
+ "indication": [
2054
+ "indications_and_usage"
1927
2055
  ]
1928
2056
  },
1929
2057
  "return_fields": [
@@ -1940,7 +2068,7 @@
1940
2068
  ]
1941
2069
  },
1942
2070
  {
1943
- "name": "get_lab_test_interference_info_by_drug_name",
2071
+ "name": "FDA_get_lab_test_interference_info_by_drug_name",
1944
2072
  "description": "Retrieve information about laboratory test interferences for a specific drug.",
1945
2073
  "parameter": {
1946
2074
  "type": "object",
@@ -1982,7 +2110,7 @@
1982
2110
  ]
1983
2111
  },
1984
2112
  {
1985
- "name": "get_drug_names_by_drug_interactions",
2113
+ "name": "FDA_get_drug_names_by_drug_interactions",
1986
2114
  "description": "Retrieve a list of drug names that have the specified drug interactions.",
1987
2115
  "parameter": {
1988
2116
  "type": "object",
@@ -1992,6 +2120,11 @@
1992
2120
  "description": "The term to search for in drug interactions.",
1993
2121
  "required": true
1994
2122
  },
2123
+ "indication": {
2124
+ "type": "string",
2125
+ "description": "The indication or usage of the drug.",
2126
+ "required": false
2127
+ },
1995
2128
  "limit": {
1996
2129
  "type": "integer",
1997
2130
  "description": "The number of records to return.",
@@ -2008,6 +2141,9 @@
2008
2141
  "search_fields": {
2009
2142
  "interaction_term": [
2010
2143
  "drug_interactions"
2144
+ ],
2145
+ "indication": [
2146
+ "indications_and_usage"
2011
2147
  ]
2012
2148
  },
2013
2149
  "return_fields": [
@@ -2024,7 +2160,7 @@
2024
2160
  ]
2025
2161
  },
2026
2162
  {
2027
- "name": "get_drug_interactions_by_drug_name",
2163
+ "name": "FDA_get_drug_interactions_by_drug_name",
2028
2164
  "description": "Retrieve drug interactions based on the specified drug name.",
2029
2165
  "parameter": {
2030
2166
  "type": "object",
@@ -2066,7 +2202,7 @@
2066
2202
  ]
2067
2203
  },
2068
2204
  {
2069
- "name": "get_drug_names_by_effective_time",
2205
+ "name": "FDA_get_drug_names_by_effective_time",
2070
2206
  "description": "Retrieve drug names based on the effective time of the labeling document.",
2071
2207
  "parameter": {
2072
2208
  "type": "object",
@@ -2076,6 +2212,11 @@
2076
2212
  "description": "Date reference to the particular version of the labeling document in YYYYmmdd format.",
2077
2213
  "required": true
2078
2214
  },
2215
+ "indication": {
2216
+ "type": "string",
2217
+ "description": "The indication or usage of the drug.",
2218
+ "required": false
2219
+ },
2079
2220
  "limit": {
2080
2221
  "type": "integer",
2081
2222
  "description": "The number of records to return.",
@@ -2092,6 +2233,9 @@
2092
2233
  "search_fields": {
2093
2234
  "effective_time": [
2094
2235
  "effective_time"
2236
+ ],
2237
+ "indication": [
2238
+ "indications_and_usage"
2095
2239
  ]
2096
2240
  },
2097
2241
  "return_fields": [
@@ -2108,7 +2252,7 @@
2108
2252
  ]
2109
2253
  },
2110
2254
  {
2111
- "name": "get_effective_time_by_drug_name",
2255
+ "name": "FDA_get_effective_time_by_drug_name",
2112
2256
  "description": "Retrieve effective time of the labeling document based on the drug name.",
2113
2257
  "parameter": {
2114
2258
  "type": "object",
@@ -2150,7 +2294,7 @@
2150
2294
  ]
2151
2295
  },
2152
2296
  {
2153
- "name": "get_drug_name_by_environmental_warning",
2297
+ "name": "FDA_get_drug_name_by_environmental_warning",
2154
2298
  "description": "Retrieve the drug name based on the specified environmental warnings.",
2155
2299
  "parameter": {
2156
2300
  "type": "object",
@@ -2191,7 +2335,7 @@
2191
2335
  ]
2192
2336
  },
2193
2337
  {
2194
- "name": "get_environmental_warning_by_drug_name",
2338
+ "name": "FDA_get_environmental_warning_by_drug_name",
2195
2339
  "description": "Fetch environmental warnings for a specific drug based on its name.",
2196
2340
  "parameter": {
2197
2341
  "type": "object",
@@ -2233,7 +2377,7 @@
2233
2377
  ]
2234
2378
  },
2235
2379
  {
2236
- "name": "get_drug_names_by_food_safety_warnings",
2380
+ "name": "FDA_get_drug_names_by_food_safety_warnings",
2237
2381
  "description": "Retrieve drug names based on specific food safety warnings.",
2238
2382
  "parameter": {
2239
2383
  "type": "object",
@@ -2243,6 +2387,11 @@
2243
2387
  "description": "Information related to food safety warnings.",
2244
2388
  "required": true
2245
2389
  },
2390
+ "indication": {
2391
+ "type": "string",
2392
+ "description": "The indication or usage of the drug.",
2393
+ "required": false
2394
+ },
2246
2395
  "limit": {
2247
2396
  "type": "integer",
2248
2397
  "description": "The number of records to return.",
@@ -2259,6 +2408,9 @@
2259
2408
  "search_fields": {
2260
2409
  "field_info": [
2261
2410
  "food_safety_warning"
2411
+ ],
2412
+ "indication": [
2413
+ "indications_and_usage"
2262
2414
  ]
2263
2415
  },
2264
2416
  "return_fields": [
@@ -2274,7 +2426,7 @@
2274
2426
  ]
2275
2427
  },
2276
2428
  {
2277
- "name": "get_drug_names_by_general_precautions",
2429
+ "name": "FDA_get_drug_names_by_general_precautions",
2278
2430
  "description": "Retrieve drug names based on specific general precautions information.",
2279
2431
  "parameter": {
2280
2432
  "type": "object",
@@ -2284,6 +2436,11 @@
2284
2436
  "description": "Information about any special care to be exercised for safe and effective use of the drug.",
2285
2437
  "required": true
2286
2438
  },
2439
+ "indication": {
2440
+ "type": "string",
2441
+ "description": "The indication or usage of the drug.",
2442
+ "required": false
2443
+ },
2287
2444
  "limit": {
2288
2445
  "type": "integer",
2289
2446
  "description": "The number of records to return.",
@@ -2300,6 +2457,9 @@
2300
2457
  "search_fields": {
2301
2458
  "precaution_info": [
2302
2459
  "general_precautions"
2460
+ ],
2461
+ "indication": [
2462
+ "indications_and_usage"
2303
2463
  ]
2304
2464
  },
2305
2465
  "return_fields": [
@@ -2316,7 +2476,7 @@
2316
2476
  ]
2317
2477
  },
2318
2478
  {
2319
- "name": "get_general_precautions_by_drug_name",
2479
+ "name": "FDA_get_general_precautions_by_drug_name",
2320
2480
  "description": "Retrieve general precautions information based on the drug name.",
2321
2481
  "parameter": {
2322
2482
  "type": "object",
@@ -2357,7 +2517,7 @@
2357
2517
  ]
2358
2518
  },
2359
2519
  {
2360
- "name": "get_drug_names_by_geriatric_use",
2520
+ "name": "FDA_get_drug_names_by_geriatric_use",
2361
2521
  "description": "Retrieve drug names that have specific information about geriatric use.",
2362
2522
  "parameter": {
2363
2523
  "type": "object",
@@ -2367,6 +2527,11 @@
2367
2527
  "description": "Information about any limitations on any geriatric indications, needs for specific monitoring, hazards associated with use of the drug in the geriatric population.",
2368
2528
  "required": true
2369
2529
  },
2530
+ "indication": {
2531
+ "type": "string",
2532
+ "description": "The indication or usage of the drug.",
2533
+ "required": false
2534
+ },
2370
2535
  "limit": {
2371
2536
  "type": "integer",
2372
2537
  "description": "The number of records to return.",
@@ -2383,6 +2548,9 @@
2383
2548
  "search_fields": {
2384
2549
  "geriatric_use": [
2385
2550
  "geriatric_use"
2551
+ ],
2552
+ "indication": [
2553
+ "indications_and_usage"
2386
2554
  ]
2387
2555
  },
2388
2556
  "return_fields": [
@@ -2399,7 +2567,7 @@
2399
2567
  ]
2400
2568
  },
2401
2569
  {
2402
- "name": "get_geriatric_use_info_by_drug_name",
2570
+ "name": "FDA_get_geriatric_use_info_by_drug_name",
2403
2571
  "description": "Retrieve information about geriatric use based on the drug name.",
2404
2572
  "parameter": {
2405
2573
  "type": "object",
@@ -2441,7 +2609,7 @@
2441
2609
  ]
2442
2610
  },
2443
2611
  {
2444
- "name": "get_dear_health_care_provider_letter_info_by_drug_name",
2612
+ "name": "FDA_get_dear_health_care_provider_letter_info_by_drug_name",
2445
2613
  "description": "Fetch information about dear health care provider letters for a specific drug. The letters are sent by drug manufacturers to provide new or updated information about the drug.",
2446
2614
  "parameter": {
2447
2615
  "type": "object",
@@ -2483,7 +2651,7 @@
2483
2651
  ]
2484
2652
  },
2485
2653
  {
2486
- "name": "get_drug_names_by_dear_health_care_provider_letter_info",
2654
+ "name": "FDA_get_drug_names_by_dear_health_care_provider_letter_info",
2487
2655
  "description": "Fetch drug names based on information about dear health care provider letters. The letters are sent by drug manufacturers to provide new or updated information about the drug.",
2488
2656
  "parameter": {
2489
2657
  "type": "object",
@@ -2493,6 +2661,11 @@
2493
2661
  "description": "Information about the specific dear health care provider letters.",
2494
2662
  "required": true
2495
2663
  },
2664
+ "indication": {
2665
+ "type": "string",
2666
+ "description": "The indication or usage of the drug.",
2667
+ "required": false
2668
+ },
2496
2669
  "limit": {
2497
2670
  "type": "integer",
2498
2671
  "description": "The number of records to return.",
@@ -2509,6 +2682,9 @@
2509
2682
  "search_fields": {
2510
2683
  "letter_info": [
2511
2684
  "health_care_provider_letter"
2685
+ ],
2686
+ "indication": [
2687
+ "indications_and_usage"
2512
2688
  ]
2513
2689
  },
2514
2690
  "return_fields": [
@@ -2525,7 +2701,7 @@
2525
2701
  ]
2526
2702
  },
2527
2703
  {
2528
- "name": "get_drug_names_by_health_claim",
2704
+ "name": "FDA_get_drug_names_by_health_claim",
2529
2705
  "description": "Retrieve drug names based on specific health claims.",
2530
2706
  "parameter": {
2531
2707
  "type": "object",
@@ -2535,6 +2711,11 @@
2535
2711
  "description": "The health claim associated with the drug.",
2536
2712
  "required": true
2537
2713
  },
2714
+ "indication": {
2715
+ "type": "string",
2716
+ "description": "The indication or usage of the drug.",
2717
+ "required": false
2718
+ },
2538
2719
  "limit": {
2539
2720
  "type": "integer",
2540
2721
  "description": "The number of records to return.",
@@ -2551,6 +2732,9 @@
2551
2732
  "search_fields": {
2552
2733
  "health_claim": [
2553
2734
  "health_claim"
2735
+ ],
2736
+ "indication": [
2737
+ "indications_and_usage"
2554
2738
  ]
2555
2739
  },
2556
2740
  "return_fields": [
@@ -2566,7 +2750,7 @@
2566
2750
  ]
2567
2751
  },
2568
2752
  {
2569
- "name": "get_health_claims_by_drug_name",
2753
+ "name": "FDA_get_health_claims_by_drug_name",
2570
2754
  "description": "Retrieve health claims associated with a specific drug name.",
2571
2755
  "parameter": {
2572
2756
  "type": "object",
@@ -2607,7 +2791,7 @@
2607
2791
  ]
2608
2792
  },
2609
2793
  {
2610
- "name": "get_drug_name_by_document_id",
2794
+ "name": "FDA_get_drug_name_by_document_id",
2611
2795
  "description": "Retrieve the drug name based on the document ID.",
2612
2796
  "parameter": {
2613
2797
  "type": "object",
@@ -2649,7 +2833,7 @@
2649
2833
  ]
2650
2834
  },
2651
2835
  {
2652
- "name": "get_document_id_by_drug_name",
2836
+ "name": "FDA_get_document_id_by_drug_name",
2653
2837
  "description": "Retrieve the document ID based on the drug name.",
2654
2838
  "parameter": {
2655
2839
  "type": "object",
@@ -2691,7 +2875,7 @@
2691
2875
  ]
2692
2876
  },
2693
2877
  {
2694
- "name": "get_drug_name_by_inactive_ingredient",
2878
+ "name": "FDA_get_drug_name_by_inactive_ingredient",
2695
2879
  "description": "Retrieve the drug name based on the inactive ingredient information.",
2696
2880
  "parameter": {
2697
2881
  "type": "object",
@@ -2732,7 +2916,7 @@
2732
2916
  ]
2733
2917
  },
2734
2918
  {
2735
- "name": "get_inactive_ingredient_info_by_drug_name",
2919
+ "name": "FDA_get_inactive_ingredient_info_by_drug_name",
2736
2920
  "description": "Fetch a list of inactive ingredients in a specific drug product based on the drug name.",
2737
2921
  "parameter": {
2738
2922
  "type": "object",
@@ -2773,7 +2957,7 @@
2773
2957
  ]
2774
2958
  },
2775
2959
  {
2776
- "name": "get_drug_names_by_indication",
2960
+ "name": "FDA_get_drug_names_by_indication",
2777
2961
  "description": "Retrieve a list of drug names based on a specific indication or usage.",
2778
2962
  "parameter": {
2779
2963
  "type": "object",
@@ -2814,7 +2998,7 @@
2814
2998
  ]
2815
2999
  },
2816
3000
  {
2817
- "name": "get_indications_by_drug_name",
3001
+ "name": "FDA_get_indications_by_drug_name",
2818
3002
  "description": "Retrieve indications and usage information based on a specific drug name.",
2819
3003
  "parameter": {
2820
3004
  "type": "object",
@@ -2856,7 +3040,7 @@
2856
3040
  ]
2857
3041
  },
2858
3042
  {
2859
- "name": "get_drug_names_by_information_for_owners_or_caregivers",
3043
+ "name": "FDA_get_drug_names_by_information_for_owners_or_caregivers",
2860
3044
  "description": "Retrieve drug names based on information for owners or caregivers.",
2861
3045
  "parameter": {
2862
3046
  "type": "object",
@@ -2866,6 +3050,11 @@
2866
3050
  "description": "The specific information related to owners or caregivers to search for.",
2867
3051
  "required": true
2868
3052
  },
3053
+ "indication": {
3054
+ "type": "string",
3055
+ "description": "The indication or usage of the drug.",
3056
+ "required": false
3057
+ },
2869
3058
  "limit": {
2870
3059
  "type": "integer",
2871
3060
  "description": "The number of records to return.",
@@ -2882,6 +3071,9 @@
2882
3071
  "search_fields": {
2883
3072
  "field_info": [
2884
3073
  "information_for_owners_or_caregivers"
3074
+ ],
3075
+ "indication": [
3076
+ "indications_and_usage"
2885
3077
  ]
2886
3078
  },
2887
3079
  "return_fields": [
@@ -2897,7 +3089,7 @@
2897
3089
  ]
2898
3090
  },
2899
3091
  {
2900
- "name": "get_information_for_owners_or_caregivers_by_drug_name",
3092
+ "name": "FDA_get_information_for_owners_or_caregivers_by_drug_name",
2901
3093
  "description": "Retrieve specific information for owners or caregivers based on the drug name.",
2902
3094
  "parameter": {
2903
3095
  "type": "object",
@@ -2941,7 +3133,7 @@
2941
3133
  ]
2942
3134
  },
2943
3135
  {
2944
- "name": "get_info_for_patients_by_drug_name",
3136
+ "name": "FDA_get_info_for_patients_by_drug_name",
2945
3137
  "description": "Fetch information for patients based on the drug name.",
2946
3138
  "parameter": {
2947
3139
  "type": "object",
@@ -2982,7 +3174,7 @@
2982
3174
  ]
2983
3175
  },
2984
3176
  {
2985
- "name": "get_drug_names_by_instructions_for_use",
3177
+ "name": "FDA_get_drug_names_by_instructions_for_use",
2986
3178
  "description": "Retrieve drug names based on specific instructions for use.",
2987
3179
  "parameter": {
2988
3180
  "type": "object",
@@ -2992,6 +3184,11 @@
2992
3184
  "description": "Information about safe handling and use of the drug product.",
2993
3185
  "required": true
2994
3186
  },
3187
+ "indication": {
3188
+ "type": "string",
3189
+ "description": "The indication or usage of the drug.",
3190
+ "required": false
3191
+ },
2995
3192
  "limit": {
2996
3193
  "type": "integer",
2997
3194
  "description": "The number of records to return.",
@@ -3008,6 +3205,9 @@
3008
3205
  "search_fields": {
3009
3206
  "instructions_for_use": [
3010
3207
  "instructions_for_use"
3208
+ ],
3209
+ "indication": [
3210
+ "indications_and_usage"
3011
3211
  ]
3012
3212
  },
3013
3213
  "return_fields": [
@@ -3023,7 +3223,7 @@
3023
3223
  ]
3024
3224
  },
3025
3225
  {
3026
- "name": "get_instructions_for_use_by_drug_name",
3226
+ "name": "FDA_get_instructions_for_use_by_drug_name",
3027
3227
  "description": "Retrieve instructions for use information based on the drug name.",
3028
3228
  "parameter": {
3029
3229
  "type": "object",
@@ -3064,7 +3264,7 @@
3064
3264
  ]
3065
3265
  },
3066
3266
  {
3067
- "name": "retrieve_drug_name_by_device_use",
3267
+ "name": "FDA_retrieve_drug_name_by_device_use",
3068
3268
  "description": "Retrieve the drug name based on the intended use of the device.",
3069
3269
  "parameter": {
3070
3270
  "type": "object",
@@ -3105,7 +3305,7 @@
3105
3305
  ]
3106
3306
  },
3107
3307
  {
3108
- "name": "retrieve_device_use_by_drug_name",
3308
+ "name": "FDA_retrieve_device_use_by_drug_name",
3109
3309
  "description": "Retrieve the intended use of the device based on the drug name.",
3110
3310
  "parameter": {
3111
3311
  "type": "object",
@@ -3147,7 +3347,7 @@
3147
3347
  ]
3148
3348
  },
3149
3349
  {
3150
- "name": "get_drug_names_by_child_safety_info",
3350
+ "name": "FDA_get_drug_names_by_child_safety_info",
3151
3351
  "description": "Retrieve drug names based on whether the product should be kept out of the reach of children and instructions about what to do in the case of accidental contact or ingestion.",
3152
3352
  "parameter": {
3153
3353
  "type": "object",
@@ -3157,6 +3357,11 @@
3157
3357
  "description": "Information pertaining to whether the product should be kept out of the reach of children.",
3158
3358
  "required": true
3159
3359
  },
3360
+ "indication": {
3361
+ "type": "string",
3362
+ "description": "The indication or usage of the drug.",
3363
+ "required": false
3364
+ },
3160
3365
  "limit": {
3161
3366
  "type": "integer",
3162
3367
  "description": "The number of records to return.",
@@ -3173,6 +3378,9 @@
3173
3378
  "search_fields": {
3174
3379
  "child_safety_info": [
3175
3380
  "keep_out_of_reach_of_children"
3381
+ ],
3382
+ "indication": [
3383
+ "indications_and_usage"
3176
3384
  ]
3177
3385
  },
3178
3386
  "return_fields": [
@@ -3190,7 +3398,7 @@
3190
3398
  ]
3191
3399
  },
3192
3400
  {
3193
- "name": "get_child_safety_info_by_drug_name",
3401
+ "name": "FDA_get_child_safety_info_by_drug_name",
3194
3402
  "description": "Retrieve child safety information for a specific drug based on its name.",
3195
3403
  "parameter": {
3196
3404
  "type": "object",
@@ -3232,7 +3440,7 @@
3232
3440
  ]
3233
3441
  },
3234
3442
  {
3235
- "name": "get_drug_name_by_labor_and_delivery_info",
3443
+ "name": "FDA_get_drug_name_by_labor_and_delivery_info",
3236
3444
  "description": "Retrieve the drug name based on information about the drug’s use during labor or delivery.",
3237
3445
  "parameter": {
3238
3446
  "type": "object",
@@ -3274,7 +3482,7 @@
3274
3482
  ]
3275
3483
  },
3276
3484
  {
3277
- "name": "get_labor_and_delivery_info_by_drug_name",
3485
+ "name": "FDA_get_labor_and_delivery_info_by_drug_name",
3278
3486
  "description": "Retrieve information about the drug’s use during labor or delivery based on the drug name.",
3279
3487
  "parameter": {
3280
3488
  "type": "object",
@@ -3316,7 +3524,7 @@
3316
3524
  ]
3317
3525
  },
3318
3526
  {
3319
- "name": "get_drug_names_by_lab_tests",
3527
+ "name": "FDA_get_drug_names_by_lab_tests",
3320
3528
  "description": "Retrieve drug names based on laboratory tests information.",
3321
3529
  "parameter": {
3322
3530
  "type": "object",
@@ -3326,6 +3534,11 @@
3326
3534
  "description": "Information related to laboratory tests.",
3327
3535
  "required": true
3328
3536
  },
3537
+ "indication": {
3538
+ "type": "string",
3539
+ "description": "The indication or usage of the drug.",
3540
+ "required": false
3541
+ },
3329
3542
  "limit": {
3330
3543
  "type": "integer",
3331
3544
  "description": "The number of records to return.",
@@ -3342,6 +3555,9 @@
3342
3555
  "search_fields": {
3343
3556
  "lab_test_info": [
3344
3557
  "laboratory_tests"
3558
+ ],
3559
+ "indication": [
3560
+ "indications_and_usage"
3345
3561
  ]
3346
3562
  },
3347
3563
  "return_fields": [
@@ -3357,7 +3573,7 @@
3357
3573
  ]
3358
3574
  },
3359
3575
  {
3360
- "name": "get_lab_tests_by_drug_name",
3576
+ "name": "FDA_get_lab_tests_by_drug_name",
3361
3577
  "description": "Retrieve laboratory tests information based on drug names.",
3362
3578
  "parameter": {
3363
3579
  "type": "object",
@@ -3398,7 +3614,7 @@
3398
3614
  ]
3399
3615
  },
3400
3616
  {
3401
- "name": "get_mechanism_of_action_by_drug_name",
3617
+ "name": "FDA_get_mechanism_of_action_by_drug_name",
3402
3618
  "description": "Retrieve the mechanism of action information for a specific drug.",
3403
3619
  "parameter": {
3404
3620
  "type": "object",
@@ -3440,7 +3656,7 @@
3440
3656
  ]
3441
3657
  },
3442
3658
  {
3443
- "name": "get_drug_names_by_mechanism_of_action",
3659
+ "name": "FDA_get_drug_names_by_mechanism_of_action",
3444
3660
  "description": "Retrieve drug names based on the specified mechanism of action information.",
3445
3661
  "parameter": {
3446
3662
  "type": "object",
@@ -3450,6 +3666,11 @@
3450
3666
  "description": "Information related to the desired mechanism of action.",
3451
3667
  "required": true
3452
3668
  },
3669
+ "indication": {
3670
+ "type": "string",
3671
+ "description": "The indication or usage of the drug.",
3672
+ "required": false
3673
+ },
3453
3674
  "limit": {
3454
3675
  "type": "integer",
3455
3676
  "description": "The number of records to return.",
@@ -3466,6 +3687,9 @@
3466
3687
  "search_fields": {
3467
3688
  "mechanism_info": [
3468
3689
  "mechanism_of_action"
3690
+ ],
3691
+ "indication": [
3692
+ "indications_and_usage"
3469
3693
  ]
3470
3694
  },
3471
3695
  "return_fields": [
@@ -3482,7 +3706,7 @@
3482
3706
  ]
3483
3707
  },
3484
3708
  {
3485
- "name": "get_drug_name_by_microbiology",
3709
+ "name": "FDA_get_drug_name_by_microbiology",
3486
3710
  "description": "Retrieve the drug name based on microbiology field information.",
3487
3711
  "parameter": {
3488
3712
  "type": "object",
@@ -3524,7 +3748,7 @@
3524
3748
  ]
3525
3749
  },
3526
3750
  {
3527
- "name": "get_microbiology_info_by_drug_name",
3751
+ "name": "FDA_get_microbiology_info_by_drug_name",
3528
3752
  "description": "Retrieve microbiology information based on the drug name.",
3529
3753
  "parameter": {
3530
3754
  "type": "object",
@@ -3565,7 +3789,7 @@
3565
3789
  ]
3566
3790
  },
3567
3791
  {
3568
- "name": "get_drug_names_by_nonclinical_toxicology_info",
3792
+ "name": "FDA_get_drug_names_by_nonclinical_toxicology_info",
3569
3793
  "description": "Retrieve drug names based on nonclinical toxicology information.",
3570
3794
  "parameter": {
3571
3795
  "type": "object",
@@ -3575,6 +3799,11 @@
3575
3799
  "description": "Information about toxicology in non-human subjects.",
3576
3800
  "required": true
3577
3801
  },
3802
+ "indication": {
3803
+ "type": "string",
3804
+ "description": "The indication or usage of the drug.",
3805
+ "required": false
3806
+ },
3578
3807
  "limit": {
3579
3808
  "type": "integer",
3580
3809
  "description": "The number of records to return.",
@@ -3591,6 +3820,9 @@
3591
3820
  "search_fields": {
3592
3821
  "toxicology_info": [
3593
3822
  "nonclinical_toxicology"
3823
+ ],
3824
+ "indication": [
3825
+ "indications_and_usage"
3594
3826
  ]
3595
3827
  },
3596
3828
  "return_fields": [
@@ -3606,7 +3838,7 @@
3606
3838
  ]
3607
3839
  },
3608
3840
  {
3609
- "name": "get_nonclinical_toxicology_info_by_drug_name",
3841
+ "name": "FDA_get_nonclinical_toxicology_info_by_drug_name",
3610
3842
  "description": "Retrieve nonclinical toxicology information based on drug names.",
3611
3843
  "parameter": {
3612
3844
  "type": "object",
@@ -3647,7 +3879,7 @@
3647
3879
  ]
3648
3880
  },
3649
3881
  {
3650
- "name": "get_drug_names_by_nonteratogenic_effects",
3882
+ "name": "FDA_get_drug_names_by_nonteratogenic_effects",
3651
3883
  "description": "Retrieve drug names based on the presence of nonteratogenic effects information.",
3652
3884
  "parameter": {
3653
3885
  "type": "object",
@@ -3657,6 +3889,11 @@
3657
3889
  "description": "Information about the drug’s nonteratogenic effects.",
3658
3890
  "required": true
3659
3891
  },
3892
+ "indication": {
3893
+ "type": "string",
3894
+ "description": "The indication or usage of the drug.",
3895
+ "required": false
3896
+ },
3660
3897
  "limit": {
3661
3898
  "type": "integer",
3662
3899
  "description": "The number of records to return.",
@@ -3673,6 +3910,9 @@
3673
3910
  "search_fields": {
3674
3911
  "nonteratogenic_effects": [
3675
3912
  "nonteratogenic_effects"
3913
+ ],
3914
+ "indication": [
3915
+ "indications_and_usage"
3676
3916
  ]
3677
3917
  },
3678
3918
  "return_fields": [
@@ -3688,7 +3928,7 @@
3688
3928
  ]
3689
3929
  },
3690
3930
  {
3691
- "name": "get_nonteratogenic_effects_by_drug_name",
3931
+ "name": "FDA_get_nonteratogenic_effects_by_drug_name",
3692
3932
  "description": "Retrieve information about nonteratogenic effects based on the drug name.",
3693
3933
  "parameter": {
3694
3934
  "type": "object",
@@ -3730,7 +3970,7 @@
3730
3970
  ]
3731
3971
  },
3732
3972
  {
3733
- "name": "get_drug_names_by_info_for_nursing_mothers",
3973
+ "name": "FDA_get_drug_names_by_info_for_nursing_mothers",
3734
3974
  "description": "Retrieve drug names based on information related to nursing mothers.",
3735
3975
  "parameter": {
3736
3976
  "type": "object",
@@ -3740,6 +3980,11 @@
3740
3980
  "description": "Information about excretion of the drug in human milk and effects on the nursing infant.",
3741
3981
  "required": true
3742
3982
  },
3983
+ "indication": {
3984
+ "type": "string",
3985
+ "description": "The indication or usage of the drug.",
3986
+ "required": false
3987
+ },
3743
3988
  "limit": {
3744
3989
  "type": "integer",
3745
3990
  "description": "The number of records to return.",
@@ -3756,6 +4001,9 @@
3756
4001
  "search_fields": {
3757
4002
  "nursing_mothers_info": [
3758
4003
  "nursing_mothers"
4004
+ ],
4005
+ "indication": [
4006
+ "indications_and_usage"
3759
4007
  ]
3760
4008
  },
3761
4009
  "return_fields": [
@@ -3771,7 +4019,7 @@
3771
4019
  ]
3772
4020
  },
3773
4021
  {
3774
- "name": "get_info_for_nursing_mothers_by_drug_name",
4022
+ "name": "FDA_get_info_for_nursing_mothers_by_drug_name",
3775
4023
  "description": "Retrieve information about nursing mothers for a specific drug.",
3776
4024
  "parameter": {
3777
4025
  "type": "object",
@@ -3812,7 +4060,7 @@
3812
4060
  ]
3813
4061
  },
3814
4062
  {
3815
- "name": "get_drug_name_by_other_safety_info",
4063
+ "name": "FDA_get_drug_name_by_other_safety_info",
3816
4064
  "description": "Retrieve the drug name based on the provided safety information. This tool looks through safety information that may not be specified in other fields.",
3817
4065
  "parameter": {
3818
4066
  "type": "object",
@@ -3854,7 +4102,7 @@
3854
4102
  ]
3855
4103
  },
3856
4104
  {
3857
- "name": "get_other_safety_info_by_drug_name",
4105
+ "name": "FDA_get_other_safety_info_by_drug_name",
3858
4106
  "description": "Retrieve safety information that may not be specified in other fields based on the provided drug name.",
3859
4107
  "parameter": {
3860
4108
  "type": "object",
@@ -3896,7 +4144,7 @@
3896
4144
  ]
3897
4145
  },
3898
4146
  {
3899
- "name": "get_drug_names_by_overdosage_info",
4147
+ "name": "FDA_get_drug_names_by_overdosage_info",
3900
4148
  "description": "Retrieve drug names based on information about signs, symptoms, and laboratory findings of acute overdosage.",
3901
4149
  "parameter": {
3902
4150
  "type": "object",
@@ -3906,6 +4154,11 @@
3906
4154
  "description": "Information about signs, symptoms, and laboratory findings of acute overdosage.",
3907
4155
  "required": true
3908
4156
  },
4157
+ "indication": {
4158
+ "type": "string",
4159
+ "description": "The indication or usage of the drug.",
4160
+ "required": false
4161
+ },
3909
4162
  "limit": {
3910
4163
  "type": "integer",
3911
4164
  "description": "The number of records to return.",
@@ -3922,6 +4175,9 @@
3922
4175
  "search_fields": {
3923
4176
  "overdosage_info": [
3924
4177
  "overdosage"
4178
+ ],
4179
+ "indication": [
4180
+ "indications_and_usage"
3925
4181
  ]
3926
4182
  },
3927
4183
  "return_fields": [
@@ -3937,7 +4193,7 @@
3937
4193
  ]
3938
4194
  },
3939
4195
  {
3940
- "name": "get_overdosage_info_by_drug_name",
4196
+ "name": "FDA_get_overdosage_info_by_drug_name",
3941
4197
  "description": "Retrieve information about signs, symptoms, and laboratory findings of acute overdosage based on the drug name.",
3942
4198
  "parameter": {
3943
4199
  "type": "object",
@@ -3978,7 +4234,7 @@
3978
4234
  ]
3979
4235
  },
3980
4236
  {
3981
- "name": "get_drug_name_by_principal_display_panel",
4237
+ "name": "FDA_get_drug_name_by_principal_display_panel",
3982
4238
  "description": "Retrieve the drug name based on the content of the principal display panel of the product package.",
3983
4239
  "parameter": {
3984
4240
  "type": "object",
@@ -4020,7 +4276,7 @@
4020
4276
  ]
4021
4277
  },
4022
4278
  {
4023
- "name": "get_principal_display_panel_by_drug_name",
4279
+ "name": "FDA_get_principal_display_panel_by_drug_name",
4024
4280
  "description": "Retrieve the content of the principal display panel of the product package based on the drug name.",
4025
4281
  "parameter": {
4026
4282
  "type": "object",
@@ -4062,7 +4318,7 @@
4062
4318
  ]
4063
4319
  },
4064
4320
  {
4065
- "name": "retrieve_drug_names_by_patient_medication_info",
4321
+ "name": "FDA_retrieve_drug_names_by_patient_medication_info",
4066
4322
  "description": "Retrieve drug names based on patient medication information, which is about safe use of the drug.",
4067
4323
  "parameter": {
4068
4324
  "type": "object",
@@ -4104,7 +4360,7 @@
4104
4360
  ]
4105
4361
  },
4106
4362
  {
4107
- "name": "retrieve_patient_medication_info_by_drug_name",
4363
+ "name": "FDA_retrieve_patient_medication_info_by_drug_name",
4108
4364
  "description": "Retrieve patient medication information (which is about safe use of the drug) based on drug names.",
4109
4365
  "parameter": {
4110
4366
  "type": "object",
@@ -4146,7 +4402,7 @@
4146
4402
  ]
4147
4403
  },
4148
4404
  {
4149
- "name": "get_drug_names_by_pediatric_use",
4405
+ "name": "FDA_get_drug_names_by_pediatric_use",
4150
4406
  "description": "Retrieve drug names based on pediatric use information.",
4151
4407
  "parameter": {
4152
4408
  "type": "object",
@@ -4156,6 +4412,11 @@
4156
4412
  "description": "Information related to the safe and effective pediatric use of the drug.",
4157
4413
  "required": true
4158
4414
  },
4415
+ "indication": {
4416
+ "type": "string",
4417
+ "description": "The indication or usage of the drug.",
4418
+ "required": false
4419
+ },
4159
4420
  "limit": {
4160
4421
  "type": "integer",
4161
4422
  "description": "The number of records to return.",
@@ -4172,6 +4433,9 @@
4172
4433
  "search_fields": {
4173
4434
  "pediatric_use_info": [
4174
4435
  "pediatric_use"
4436
+ ],
4437
+ "indication": [
4438
+ "indications_and_usage"
4175
4439
  ]
4176
4440
  },
4177
4441
  "return_fields": [
@@ -4187,7 +4451,7 @@
4187
4451
  ]
4188
4452
  },
4189
4453
  {
4190
- "name": "get_pediatric_use_info_by_drug_name",
4454
+ "name": "FDA_get_pediatric_use_info_by_drug_name",
4191
4455
  "description": "Retrieve pediatric use information based on drug names.",
4192
4456
  "parameter": {
4193
4457
  "type": "object",
@@ -4229,7 +4493,7 @@
4229
4493
  ]
4230
4494
  },
4231
4495
  {
4232
- "name": "get_drug_name_by_pharmacodynamics",
4496
+ "name": "FDA_get_drug_name_by_pharmacodynamics",
4233
4497
  "description": "Retrieve the drug name based on pharmacodynamics information.",
4234
4498
  "parameter": {
4235
4499
  "type": "object",
@@ -4270,7 +4534,7 @@
4270
4534
  ]
4271
4535
  },
4272
4536
  {
4273
- "name": "get_pharmacodynamics_by_drug_name",
4537
+ "name": "FDA_get_pharmacodynamics_by_drug_name",
4274
4538
  "description": "Retrieve pharmacodynamics information based on the drug name.",
4275
4539
  "parameter": {
4276
4540
  "type": "object",
@@ -4312,7 +4576,7 @@
4312
4576
  ]
4313
4577
  },
4314
4578
  {
4315
- "name": "get_drug_name_by_pharmacogenomics",
4579
+ "name": "FDA_get_drug_name_by_pharmacogenomics",
4316
4580
  "description": "Retrieve the drug name based on pharmacogenomics field information.",
4317
4581
  "parameter": {
4318
4582
  "type": "object",
@@ -4354,7 +4618,7 @@
4354
4618
  ]
4355
4619
  },
4356
4620
  {
4357
- "name": "get_pharmacogenomics_info_by_drug_name",
4621
+ "name": "FDA_get_pharmacogenomics_info_by_drug_name",
4358
4622
  "description": "Retrieve pharmacogenomics information based on the drug name.",
4359
4623
  "parameter": {
4360
4624
  "type": "object",
@@ -4396,7 +4660,7 @@
4396
4660
  ]
4397
4661
  },
4398
4662
  {
4399
- "name": "get_drug_names_by_pharmacokinetics",
4663
+ "name": "FDA_get_drug_names_by_pharmacokinetics",
4400
4664
  "description": "Retrieve drug names based on specific pharmacokinetics information, such as absorption, distribution, elimination, metabolism, drug interactions, and specific patient populations.",
4401
4665
  "parameter": {
4402
4666
  "type": "object",
@@ -4406,6 +4670,11 @@
4406
4670
  "description": "Information about the clinically significant pharmacokinetics of a drug or active metabolites.",
4407
4671
  "required": true
4408
4672
  },
4673
+ "indication": {
4674
+ "type": "string",
4675
+ "description": "The indication or usage of the drug.",
4676
+ "required": false
4677
+ },
4409
4678
  "limit": {
4410
4679
  "type": "integer",
4411
4680
  "description": "The number of records to return.",
@@ -4422,6 +4691,9 @@
4422
4691
  "search_fields": {
4423
4692
  "pharmacokinetics_info": [
4424
4693
  "pharmacokinetics"
4694
+ ],
4695
+ "indication": [
4696
+ "indications_and_usage"
4425
4697
  ]
4426
4698
  },
4427
4699
  "return_fields": [
@@ -4438,7 +4710,7 @@
4438
4710
  ]
4439
4711
  },
4440
4712
  {
4441
- "name": "get_pharmacokinetics_by_drug_name",
4713
+ "name": "FDA_get_pharmacokinetics_by_drug_name",
4442
4714
  "description": "Retrieve pharmacokinetics information (e.g. absorption, distribution, elimination, metabolism, drug interactions, and specific patient populations) for a specific drug based on its name.",
4443
4715
  "parameter": {
4444
4716
  "type": "object",
@@ -4480,7 +4752,7 @@
4480
4752
  ]
4481
4753
  },
4482
4754
  {
4483
- "name": "get_drug_name_by_precautions",
4755
+ "name": "FDA_get_drug_name_by_precautions",
4484
4756
  "description": "Retrieve the drug name based on the precautions field information.",
4485
4757
  "parameter": {
4486
4758
  "type": "object",
@@ -4522,7 +4794,7 @@
4522
4794
  ]
4523
4795
  },
4524
4796
  {
4525
- "name": "get_precautions_by_drug_name",
4797
+ "name": "FDA_get_precautions_by_drug_name",
4526
4798
  "description": "Retrieve precautions information based on the drug name.",
4527
4799
  "parameter": {
4528
4800
  "type": "object",
@@ -4563,7 +4835,7 @@
4563
4835
  ]
4564
4836
  },
4565
4837
  {
4566
- "name": "get_drug_names_by_pregnancy_effects_info",
4838
+ "name": "FDA_get_drug_names_by_pregnancy_effects_info",
4567
4839
  "description": "Retrieve drug names based on information about effects the drug may have on pregnant women or on a fetus.",
4568
4840
  "parameter": {
4569
4841
  "type": "object",
@@ -4573,6 +4845,11 @@
4573
4845
  "description": "Information about the effects on pregnancy to search for.",
4574
4846
  "required": true
4575
4847
  },
4848
+ "indication": {
4849
+ "type": "string",
4850
+ "description": "The indication or usage of the drug.",
4851
+ "required": false
4852
+ },
4576
4853
  "limit": {
4577
4854
  "type": "integer",
4578
4855
  "description": "The number of records to return.",
@@ -4589,6 +4866,9 @@
4589
4866
  "search_fields": {
4590
4867
  "pregnancy_info": [
4591
4868
  "pregnancy"
4869
+ ],
4870
+ "indication": [
4871
+ "indications_and_usage"
4592
4872
  ]
4593
4873
  },
4594
4874
  "return_fields": [
@@ -4605,7 +4885,7 @@
4605
4885
  ]
4606
4886
  },
4607
4887
  {
4608
- "name": "get_pregnancy_effects_info_by_drug_name",
4888
+ "name": "FDA_get_pregnancy_effects_info_by_drug_name",
4609
4889
  "description": "Retrieve information about the effects on pregnancy for a specific drug.",
4610
4890
  "parameter": {
4611
4891
  "type": "object",
@@ -4647,7 +4927,7 @@
4647
4927
  ]
4648
4928
  },
4649
4929
  {
4650
- "name": "get_drug_name_by_pregnancy_or_breastfeeding_info",
4930
+ "name": "FDA_get_drug_name_by_pregnancy_or_breastfeeding_info",
4651
4931
  "description": "Retrieve the drug names based on pregnancy or breastfeeding information.",
4652
4932
  "parameter": {
4653
4933
  "type": "object",
@@ -4690,7 +4970,7 @@
4690
4970
  ]
4691
4971
  },
4692
4972
  {
4693
- "name": "get_pregnancy_or_breastfeeding_info_by_drug_name",
4973
+ "name": "FDA_get_pregnancy_or_breastfeeding_info_by_drug_name",
4694
4974
  "description": "Retrieve the pregnancy or breastfeeding information based on the specified drug name.",
4695
4975
  "parameter": {
4696
4976
  "type": "object",
@@ -4734,7 +5014,7 @@
4734
5014
  ]
4735
5015
  },
4736
5016
  {
4737
- "name": "get_contact_for_questions_info_by_drug_name",
5017
+ "name": "FDA_get_contact_for_questions_info_by_drug_name",
4738
5018
  "description": "Retrieve information on who to contact with questions about the drug based on the provided drug name.",
4739
5019
  "parameter": {
4740
5020
  "type": "object",
@@ -4776,7 +5056,7 @@
4776
5056
  ]
4777
5057
  },
4778
5058
  {
4779
- "name": "get_recent_changes_by_drug_name",
5059
+ "name": "FDA_get_recent_changes_by_drug_name",
4780
5060
  "description": "Retrieve recent major changes in labeling for a specific drug.",
4781
5061
  "parameter": {
4782
5062
  "type": "object",
@@ -4817,7 +5097,7 @@
4817
5097
  ]
4818
5098
  },
4819
5099
  {
4820
- "name": "get_drug_name_by_reference",
5100
+ "name": "FDA_get_drug_name_by_reference",
4821
5101
  "description": "Retrieve the drug name based on the reference information provided in the drug labeling.",
4822
5102
  "parameter": {
4823
5103
  "type": "object",
@@ -4859,7 +5139,7 @@
4859
5139
  ]
4860
5140
  },
4861
5141
  {
4862
- "name": "get_reference_info_by_drug_name",
5142
+ "name": "FDA_get_reference_info_by_drug_name",
4863
5143
  "description": "Retrieve reference information based on the drug name provided.",
4864
5144
  "parameter": {
4865
5145
  "type": "object",
@@ -4901,7 +5181,7 @@
4901
5181
  ]
4902
5182
  },
4903
5183
  {
4904
- "name": "get_drug_names_by_residue_warning",
5184
+ "name": "FDA_get_drug_names_by_residue_warning",
4905
5185
  "description": "Retrieve drug names based on the presence of residue warnings.",
4906
5186
  "parameter": {
4907
5187
  "type": "object",
@@ -4911,6 +5191,11 @@
4911
5191
  "description": "The residue warning information to search for.",
4912
5192
  "required": true
4913
5193
  },
5194
+ "indication": {
5195
+ "type": "string",
5196
+ "description": "The indication or usage of the drug.",
5197
+ "required": false
5198
+ },
4914
5199
  "limit": {
4915
5200
  "type": "integer",
4916
5201
  "description": "The number of records to return.",
@@ -4927,6 +5212,9 @@
4927
5212
  "search_fields": {
4928
5213
  "residue_warning": [
4929
5214
  "residue_warning"
5215
+ ],
5216
+ "indication": [
5217
+ "indications_and_usage"
4930
5218
  ]
4931
5219
  },
4932
5220
  "return_fields": [
@@ -4942,7 +5230,7 @@
4942
5230
  ]
4943
5231
  },
4944
5232
  {
4945
- "name": "get_residue_warning_by_drug_name",
5233
+ "name": "FDA_get_residue_warning_by_drug_name",
4946
5234
  "description": "Retrieve the residue warning based on drug name.",
4947
5235
  "parameter": {
4948
5236
  "type": "object",
@@ -4983,7 +5271,7 @@
4983
5271
  ]
4984
5272
  },
4985
5273
  {
4986
- "name": "get_drug_names_by_risk",
5274
+ "name": "FDA_get_drug_names_by_risk",
4987
5275
  "description": "Retrieve drug names based on specific risk information, especially regarding pregnancy or breastfeeding.",
4988
5276
  "parameter": {
4989
5277
  "type": "object",
@@ -4993,6 +5281,11 @@
4993
5281
  "description": "Specific risk information to search for.",
4994
5282
  "required": true
4995
5283
  },
5284
+ "indication": {
5285
+ "type": "string",
5286
+ "description": "The indication or usage of the drug.",
5287
+ "required": false
5288
+ },
4996
5289
  "limit": {
4997
5290
  "type": "integer",
4998
5291
  "description": "The number of records to return.",
@@ -5009,6 +5302,9 @@
5009
5302
  "search_fields": {
5010
5303
  "risk_info": [
5011
5304
  "risks"
5305
+ ],
5306
+ "indication": [
5307
+ "indications_and_usage"
5012
5308
  ]
5013
5309
  },
5014
5310
  "return_fields": [
@@ -5025,7 +5321,7 @@
5025
5321
  ]
5026
5322
  },
5027
5323
  {
5028
- "name": "get_risk_info_by_drug_name",
5324
+ "name": "FDA_get_risk_info_by_drug_name",
5029
5325
  "description": "Retrieve risk information (especially regarding pregnancy or breastfeeding) based on the drug name.",
5030
5326
  "parameter": {
5031
5327
  "type": "object",
@@ -5067,7 +5363,7 @@
5067
5363
  ]
5068
5364
  },
5069
5365
  {
5070
- "name": "get_drug_names_by_route",
5366
+ "name": "FDA_get_drug_names_by_route",
5071
5367
  "description": "Retrieve the drug names based on the route of administration.",
5072
5368
  "parameter": {
5073
5369
  "type": "object",
@@ -5077,6 +5373,11 @@
5077
5373
  "description": "The route of administration of the drug.",
5078
5374
  "required": true
5079
5375
  },
5376
+ "indication": {
5377
+ "type": "string",
5378
+ "description": "The indication or usage of the drug.",
5379
+ "required": false
5380
+ },
5080
5381
  "limit": {
5081
5382
  "type": "integer",
5082
5383
  "description": "The number of records to return.",
@@ -5094,6 +5395,9 @@
5094
5395
  "route": [
5095
5396
  "route",
5096
5397
  "openfda.route"
5398
+ ],
5399
+ "indication": [
5400
+ "indications_and_usage"
5097
5401
  ]
5098
5402
  },
5099
5403
  "return_fields": [
@@ -5110,7 +5414,7 @@
5110
5414
  ]
5111
5415
  },
5112
5416
  {
5113
- "name": "get_route_info_by_drug_name",
5417
+ "name": "FDA_get_route_info_by_drug_name",
5114
5418
  "description": "Retrieve the route of administration information based on the drug name.",
5115
5419
  "parameter": {
5116
5420
  "type": "object",
@@ -5153,7 +5457,7 @@
5153
5457
  ]
5154
5458
  },
5155
5459
  {
5156
- "name": "get_drug_names_by_safe_handling_warning",
5460
+ "name": "FDA_get_drug_names_by_safe_handling_warning",
5157
5461
  "description": "Retrieve drug names that have specific safe handling warnings.",
5158
5462
  "parameter": {
5159
5463
  "type": "object",
@@ -5163,6 +5467,11 @@
5163
5467
  "description": "The specific safe handling warning to search for.",
5164
5468
  "required": true
5165
5469
  },
5470
+ "indication": {
5471
+ "type": "string",
5472
+ "description": "The indication or usage of the drug.",
5473
+ "required": false
5474
+ },
5166
5475
  "limit": {
5167
5476
  "type": "integer",
5168
5477
  "description": "The number of records to return.",
@@ -5179,6 +5488,9 @@
5179
5488
  "search_fields": {
5180
5489
  "safe_handling_warning": [
5181
5490
  "safe_handling_warning"
5491
+ ],
5492
+ "indication": [
5493
+ "indications_and_usage"
5182
5494
  ]
5183
5495
  },
5184
5496
  "return_fields": [
@@ -5194,7 +5506,7 @@
5194
5506
  ]
5195
5507
  },
5196
5508
  {
5197
- "name": "get_safe_handling_warnings_by_drug_name",
5509
+ "name": "FDA_get_safe_handling_warnings_by_drug_name",
5198
5510
  "description": "Retrieve safe handling warnings for a specific drug based on its name.",
5199
5511
  "parameter": {
5200
5512
  "type": "object",
@@ -5235,7 +5547,7 @@
5235
5547
  ]
5236
5548
  },
5237
5549
  {
5238
- "name": "get_drug_name_by_set_id",
5550
+ "name": "FDA_get_drug_name_by_set_id",
5239
5551
  "description": "Retrieve the drug name based on the Set ID of the labeling.",
5240
5552
  "parameter": {
5241
5553
  "type": "object",
@@ -5277,7 +5589,7 @@
5277
5589
  ]
5278
5590
  },
5279
5591
  {
5280
- "name": "get_drug_names_by_spl_indexing_data_elements",
5592
+ "name": "FDA_get_drug_names_by_spl_indexing_data_elements",
5281
5593
  "description": "Retrieve drug names based on Structured Product Labeling (SPL) indexing data elements.",
5282
5594
  "parameter": {
5283
5595
  "type": "object",
@@ -5287,6 +5599,11 @@
5287
5599
  "description": "The SPL indexing data elements to search for.",
5288
5600
  "required": true
5289
5601
  },
5602
+ "indication": {
5603
+ "type": "string",
5604
+ "description": "The indication or usage of the drug.",
5605
+ "required": false
5606
+ },
5290
5607
  "limit": {
5291
5608
  "type": "integer",
5292
5609
  "description": "The number of records to return.",
@@ -5303,6 +5620,9 @@
5303
5620
  "search_fields": {
5304
5621
  "spl_indexing_data_elements": [
5305
5622
  "spl_indexing_data_elements"
5623
+ ],
5624
+ "indication": [
5625
+ "indications_and_usage"
5306
5626
  ]
5307
5627
  },
5308
5628
  "return_fields": [
@@ -5318,7 +5638,7 @@
5318
5638
  ]
5319
5639
  },
5320
5640
  {
5321
- "name": "get_spl_indexing_data_elements_by_drug_name",
5641
+ "name": "FDA_get_spl_indexing_data_elements_by_drug_name",
5322
5642
  "description": "Retrieve Structured Product Labeling (SPL) indexing data elements based on drug names.",
5323
5643
  "parameter": {
5324
5644
  "type": "object",
@@ -5360,7 +5680,7 @@
5360
5680
  ]
5361
5681
  },
5362
5682
  {
5363
- "name": "get_drug_names_by_medication_guide",
5683
+ "name": "FDA_get_drug_names_by_medication_guide",
5364
5684
  "description": "Retrieve drug names based on the presence of specific information in the medication guide.",
5365
5685
  "parameter": {
5366
5686
  "type": "object",
@@ -5370,6 +5690,11 @@
5370
5690
  "description": "Information contained in the medication guide.",
5371
5691
  "required": true
5372
5692
  },
5693
+ "indication": {
5694
+ "type": "string",
5695
+ "description": "The indication or usage of the drug.",
5696
+ "required": false
5697
+ },
5373
5698
  "limit": {
5374
5699
  "type": "integer",
5375
5700
  "description": "The number of records to return.",
@@ -5386,6 +5711,9 @@
5386
5711
  "search_fields": {
5387
5712
  "medguide_info": [
5388
5713
  "spl_medguide"
5714
+ ],
5715
+ "indication": [
5716
+ "indications_and_usage"
5389
5717
  ]
5390
5718
  },
5391
5719
  "return_fields": [
@@ -5403,7 +5731,7 @@
5403
5731
  ]
5404
5732
  },
5405
5733
  {
5406
- "name": "get_medication_guide_info_by_drug_name",
5734
+ "name": "FDA_get_medication_guide_info_by_drug_name",
5407
5735
  "description": "Retrieve medication guide information based on the drug name.",
5408
5736
  "parameter": {
5409
5737
  "type": "object",
@@ -5446,7 +5774,7 @@
5446
5774
  ]
5447
5775
  },
5448
5776
  {
5449
- "name": "get_drug_name_from_patient_package_insert",
5777
+ "name": "FDA_get_drug_name_from_patient_package_insert",
5450
5778
  "description": "Retrieve the drug name based on the information provided in the patient package insert.",
5451
5779
  "parameter": {
5452
5780
  "type": "object",
@@ -5490,7 +5818,7 @@
5490
5818
  ]
5491
5819
  },
5492
5820
  {
5493
- "name": "get_patient_package_insert_from_drug_name",
5821
+ "name": "FDA_get_patient_package_insert_from_drug_name",
5494
5822
  "description": "Retrieve the patient package insert information based on the drug name.",
5495
5823
  "parameter": {
5496
5824
  "type": "object",
@@ -5532,7 +5860,7 @@
5532
5860
  ]
5533
5861
  },
5534
5862
  {
5535
- "name": "get_drug_names_by_ingredient",
5863
+ "name": "FDA_get_drug_names_by_ingredient",
5536
5864
  "description": "Retrieve drug names based on a specific ingredient present in the drug product.",
5537
5865
  "parameter": {
5538
5866
  "type": "object",
@@ -5542,6 +5870,11 @@
5542
5870
  "description": "The name of the ingredient to search for in drug products.",
5543
5871
  "required": true
5544
5872
  },
5873
+ "indication": {
5874
+ "type": "string",
5875
+ "description": "The indication or usage of the drug.",
5876
+ "required": false
5877
+ },
5545
5878
  "limit": {
5546
5879
  "type": "integer",
5547
5880
  "description": "The number of records to return.",
@@ -5558,6 +5891,9 @@
5558
5891
  "search_fields": {
5559
5892
  "ingredient_name": [
5560
5893
  "spl_product_data_elements"
5894
+ ],
5895
+ "indication": [
5896
+ "indications_and_usage"
5561
5897
  ]
5562
5898
  },
5563
5899
  "return_fields": [
@@ -5574,7 +5910,7 @@
5574
5910
  ]
5575
5911
  },
5576
5912
  {
5577
- "name": "get_ingredients_by_drug_name",
5913
+ "name": "FDA_get_ingredients_by_drug_name",
5578
5914
  "description": "Retrieve a list of drug ingredients based on the drug name.",
5579
5915
  "parameter": {
5580
5916
  "type": "object",
@@ -5616,7 +5952,7 @@
5616
5952
  ]
5617
5953
  },
5618
5954
  {
5619
- "name": "get_spl_unclassified_section_by_drug_name",
5955
+ "name": "FDA_get_spl_unclassified_section_by_drug_name",
5620
5956
  "description": "Retrieve the SPL unclassified section information based on the drug name.",
5621
5957
  "parameter": {
5622
5958
  "type": "object",
@@ -5658,7 +5994,7 @@
5658
5994
  ]
5659
5995
  },
5660
5996
  {
5661
- "name": "get_drug_name_by_stop_use_info",
5997
+ "name": "FDA_get_drug_name_by_stop_use_info",
5662
5998
  "description": "Retrieve the drug name based on the stop use information provided.",
5663
5999
  "parameter": {
5664
6000
  "type": "object",
@@ -5700,7 +6036,7 @@
5700
6036
  ]
5701
6037
  },
5702
6038
  {
5703
- "name": "get_stop_use_info_by_drug_name",
6039
+ "name": "FDA_get_stop_use_info_by_drug_name",
5704
6040
  "description": "Retrieve stop use information based on the drug name provided.",
5705
6041
  "parameter": {
5706
6042
  "type": "object",
@@ -5741,7 +6077,7 @@
5741
6077
  ]
5742
6078
  },
5743
6079
  {
5744
- "name": "get_drug_name_by_storage_and_handling_info",
6080
+ "name": "FDA_get_drug_name_by_storage_and_handling_info",
5745
6081
  "description": "Retrieve the drug name based on storage and handling information.",
5746
6082
  "parameter": {
5747
6083
  "type": "object",
@@ -5783,7 +6119,7 @@
5783
6119
  ]
5784
6120
  },
5785
6121
  {
5786
- "name": "get_storage_and_handling_info_by_drug_name",
6122
+ "name": "FDA_get_storage_and_handling_info_by_drug_name",
5787
6123
  "description": "Retrieve storage and handling information based on the drug name.",
5788
6124
  "parameter": {
5789
6125
  "type": "object",
@@ -5824,7 +6160,7 @@
5824
6160
  ]
5825
6161
  },
5826
6162
  {
5827
- "name": "get_drug_names_by_safety_summary",
6163
+ "name": "FDA_get_drug_names_by_safety_summary",
5828
6164
  "description": "Retrieve drug names based on the summary of safety and effectiveness information.",
5829
6165
  "parameter": {
5830
6166
  "type": "object",
@@ -5834,6 +6170,11 @@
5834
6170
  "description": "Text to search within the summary of safety and effectiveness field.",
5835
6171
  "required": true
5836
6172
  },
6173
+ "indication": {
6174
+ "type": "string",
6175
+ "description": "The indication or usage of the drug.",
6176
+ "required": false
6177
+ },
5837
6178
  "limit": {
5838
6179
  "type": "integer",
5839
6180
  "description": "The number of records to return.",
@@ -5850,6 +6191,9 @@
5850
6191
  "search_fields": {
5851
6192
  "summary_text": [
5852
6193
  "summary_of_safety_and_effectiveness"
6194
+ ],
6195
+ "indication": [
6196
+ "indications_and_usage"
5853
6197
  ]
5854
6198
  },
5855
6199
  "return_fields": [
@@ -5865,7 +6209,7 @@
5865
6209
  ]
5866
6210
  },
5867
6211
  {
5868
- "name": "get_safety_summary_by_drug_name",
6212
+ "name": "FDA_get_safety_summary_by_drug_name",
5869
6213
  "description": "Retrieve a summary of safety and effectiveness information based on the drug name.",
5870
6214
  "parameter": {
5871
6215
  "type": "object",
@@ -5906,7 +6250,7 @@
5906
6250
  ]
5907
6251
  },
5908
6252
  {
5909
- "name": "get_drug_names_by_teratogenic_effects",
6253
+ "name": "FDA_get_drug_names_by_teratogenic_effects",
5910
6254
  "description": "Retrieve drug names based on specific teratogenic effects categories.",
5911
6255
  "parameter": {
5912
6256
  "type": "object",
@@ -5916,6 +6260,11 @@
5916
6260
  "description": "The teratogenic effects category to search for (e.g., Pregnancy category A, B, C, D, or X).",
5917
6261
  "required": true
5918
6262
  },
6263
+ "indication": {
6264
+ "type": "string",
6265
+ "description": "The indication or usage of the drug.",
6266
+ "required": false
6267
+ },
5919
6268
  "limit": {
5920
6269
  "type": "integer",
5921
6270
  "description": "The number of records to return.",
@@ -5932,6 +6281,9 @@
5932
6281
  "search_fields": {
5933
6282
  "teratogenic_effects": [
5934
6283
  "teratogenic_effects"
6284
+ ],
6285
+ "indication": [
6286
+ "indications_and_usage"
5935
6287
  ]
5936
6288
  },
5937
6289
  "return_fields": [
@@ -5947,7 +6299,7 @@
5947
6299
  ]
5948
6300
  },
5949
6301
  {
5950
- "name": "get_teratogenic_effects_by_drug_name",
6302
+ "name": "FDA_get_teratogenic_effects_by_drug_name",
5951
6303
  "description": "Retrieve teratogenic effects information based on the drug name.",
5952
6304
  "parameter": {
5953
6305
  "type": "object",
@@ -5989,7 +6341,7 @@
5989
6341
  ]
5990
6342
  },
5991
6343
  {
5992
- "name": "get_drug_names_by_population_use",
6344
+ "name": "FDA_get_drug_names_by_population_use",
5993
6345
  "description": "Retrieve drug names based on their use in specific populations, such as pregnant women, nursing mothers, pediatric patients, and geriatric patients.",
5994
6346
  "parameter": {
5995
6347
  "type": "object",
@@ -5999,6 +6351,11 @@
5999
6351
  "description": "The specific population use to search for (e.g., pregnant women, nursing mothers).",
6000
6352
  "required": true
6001
6353
  },
6354
+ "indication": {
6355
+ "type": "string",
6356
+ "description": "The indication or usage of the drug.",
6357
+ "required": false
6358
+ },
6002
6359
  "limit": {
6003
6360
  "type": "integer",
6004
6361
  "description": "The number of records to return.",
@@ -6015,6 +6372,9 @@
6015
6372
  "search_fields": {
6016
6373
  "population_use": [
6017
6374
  "use_in_specific_populations"
6375
+ ],
6376
+ "indication": [
6377
+ "indications_and_usage"
6018
6378
  ]
6019
6379
  },
6020
6380
  "return_fields": [
@@ -6033,7 +6393,7 @@
6033
6393
  ]
6034
6394
  },
6035
6395
  {
6036
- "name": "get_population_use_info_by_drug_name",
6396
+ "name": "FDA_get_population_use_info_by_drug_name",
6037
6397
  "description": "Retrieve information about the use of a drug in specific populations based on the drug name.",
6038
6398
  "parameter": {
6039
6399
  "type": "object",
@@ -6075,7 +6435,7 @@
6075
6435
  ]
6076
6436
  },
6077
6437
  {
6078
- "name": "get_user_safety_warning_by_drug_names",
6438
+ "name": "FDA_get_user_safety_warning_by_drug_names",
6079
6439
  "description": "Retrieve specific user safety warnings based on drug names.",
6080
6440
  "parameter": {
6081
6441
  "type": "object",
@@ -6117,7 +6477,7 @@
6117
6477
  ]
6118
6478
  },
6119
6479
  {
6120
- "name": "get_drug_names_by_user_safety_warning",
6480
+ "name": "FDA_get_drug_names_by_user_safety_warning",
6121
6481
  "description": "Retrieve drug names that have specific user safety warnings.",
6122
6482
  "parameter": {
6123
6483
  "type": "object",
@@ -6127,6 +6487,11 @@
6127
6487
  "description": "The specific safety warning to search for.",
6128
6488
  "required": true
6129
6489
  },
6490
+ "indication": {
6491
+ "type": "string",
6492
+ "description": "The indication or usage of the drug.",
6493
+ "required": false
6494
+ },
6130
6495
  "limit": {
6131
6496
  "type": "integer",
6132
6497
  "description": "The number of records to return.",
@@ -6143,6 +6508,9 @@
6143
6508
  "search_fields": {
6144
6509
  "safety_warning": [
6145
6510
  "user_safety_warnings"
6511
+ ],
6512
+ "indication": [
6513
+ "indications_and_usage"
6146
6514
  ]
6147
6515
  },
6148
6516
  "return_fields": [
@@ -6159,7 +6527,7 @@
6159
6527
  ]
6160
6528
  },
6161
6529
  {
6162
- "name": "get_drug_name_by_warnings",
6530
+ "name": "FDA_get_drug_name_by_warnings",
6163
6531
  "description": "Retrieve the drug names based on specific warning information.",
6164
6532
  "parameter": {
6165
6533
  "type": "object",
@@ -6203,7 +6571,7 @@
6203
6571
  ]
6204
6572
  },
6205
6573
  {
6206
- "name": "get_warnings_by_drug_name",
6574
+ "name": "FDA_get_warnings_by_drug_name",
6207
6575
  "description": "Retrieve warning information based on the drug name.",
6208
6576
  "parameter": {
6209
6577
  "type": "object",
@@ -6248,7 +6616,7 @@
6248
6616
  ]
6249
6617
  },
6250
6618
  {
6251
- "name": "get_warnings_and_cautions_by_drug_name",
6619
+ "name": "FDA_get_warnings_and_cautions_by_drug_name",
6252
6620
  "description": "Retrieve warnings and cautions information for a specific drug based on its name.",
6253
6621
  "parameter": {
6254
6622
  "type": "object",
@@ -6290,7 +6658,7 @@
6290
6658
  ]
6291
6659
  },
6292
6660
  {
6293
- "name": "get_drug_names_by_warnings_and_cautions",
6661
+ "name": "FDA_get_drug_names_by_warnings_and_cautions",
6294
6662
  "description": "Retrieve drug names based on specific warnings and cautions information.",
6295
6663
  "parameter": {
6296
6664
  "type": "object",
@@ -6300,6 +6668,11 @@
6300
6668
  "description": "The warnings and cautions text to search for.",
6301
6669
  "required": true
6302
6670
  },
6671
+ "indication": {
6672
+ "type": "string",
6673
+ "description": "The indication or usage of the drug.",
6674
+ "required": false
6675
+ },
6303
6676
  "limit": {
6304
6677
  "type": "integer",
6305
6678
  "description": "The number of records to return.",
@@ -6316,6 +6689,9 @@
6316
6689
  "search_fields": {
6317
6690
  "warnings_and_cautions_info": [
6318
6691
  "warnings_and_cautions"
6692
+ ],
6693
+ "indication": [
6694
+ "indications_and_usage"
6319
6695
  ]
6320
6696
  },
6321
6697
  "return_fields": [
@@ -6332,7 +6708,7 @@
6332
6708
  ]
6333
6709
  },
6334
6710
  {
6335
- "name": "get_when_using_info",
6711
+ "name": "FDA_get_when_using_info",
6336
6712
  "description": "Retrieve information about side effects and substances or activities to avoid while using a specific drug.",
6337
6713
  "parameter": {
6338
6714
  "type": "object",
@@ -6376,7 +6752,7 @@
6376
6752
  ]
6377
6753
  },
6378
6754
  {
6379
- "name": "get_brand_name_generic_name",
6755
+ "name": "FDA_get_brand_name_generic_name",
6380
6756
  "description": "Retrieve the brand name and generic name from generic name or brand name of a drug.",
6381
6757
  "parameter": {
6382
6758
  "type": "object",
@@ -6414,7 +6790,7 @@
6414
6790
  ]
6415
6791
  },
6416
6792
  {
6417
- "name": "get_do_not_use_info_by_drug_name",
6793
+ "name": "FDA_get_do_not_use_info_by_drug_name",
6418
6794
  "description": "Retrieve information about all contraindications for use based on the drug name.",
6419
6795
  "parameter": {
6420
6796
  "type": "object",
@@ -6455,7 +6831,7 @@
6455
6831
  ]
6456
6832
  },
6457
6833
  {
6458
- "name": "get_purpose_info_by_drug_name",
6834
+ "name": "FDA_get_purpose_info_by_drug_name",
6459
6835
  "description": "Retrieve about the drug product’s indications for use based on the drug name.",
6460
6836
  "parameter": {
6461
6837
  "type": "object",
@@ -6496,7 +6872,7 @@
6496
6872
  ]
6497
6873
  },
6498
6874
  {
6499
- "name": "get_drug_generic_name",
6875
+ "name": "FDA_get_drug_generic_name",
6500
6876
  "description": "Get the drug’s generic name based on the drug's generic or brand name.",
6501
6877
  "parameter": {
6502
6878
  "type": "object",