Ada Aha Nccn Tools¶
Configuration File: ada_aha_nccn_tools.json
Tool Type: Local
Tools Count: 10
This page contains all tools defined in the ada_aha_nccn_tools.json configuration file.
Available Tools¶
ACC_list_guidelines (Type: AHAACCGuidelineTool)¶
List recent American College of Cardiology (ACC) clinical practice guidelines. Returns ACC-author…
ACC_list_guidelines tool specification
Tool Information:
Name:
ACC_list_guidelinesType:
AHAACCGuidelineToolDescription: List recent American College of Cardiology (ACC) clinical practice guidelines. Returns ACC-authored guidelines published in JACC and other ACC journals, sorted by date. ACC guidelines cover coronary revascularization, valvular heart disease, chest pain evaluation, cardiac catheterization, and cardiovascular risk assessment.
Parameters:
limit(integer) (optional) Maximum number of guidelines to return (default: 10)year_from([‘integer’, ‘null’]) (optional) Filter to guidelines published from this year onward (e.g., 2020). Null for no date filter.
Example Usage:
query = {
"name": "ACC_list_guidelines",
"arguments": {
}
}
result = tu.run(query)
ADA_get_standards_section (Type: ADAStandardsTool)¶
Fetch detailed content from a specific ADA Standards of Care section by PMID. Retrieves the abstr…
ADA_get_standards_section tool specification
Tool Information:
Name:
ADA_get_standards_sectionType:
ADAStandardsToolDescription: Fetch detailed content from a specific ADA Standards of Care section by PMID. Retrieves the abstract and, when available via PubMed Central (PMC), a full-text snippet. Use ADA_list_standards_sections first to get PMIDs for each section. All ADA Standards sections are freely available in PMC. Returns title, abstract, full text snippet, and links.
Parameters:
pmid(string) (required) PubMed ID (PMID) of the ADA Standards section to retrieve (e.g., ‘41358900’ for Section 9 Pharmacologic Approaches 2026)
Example Usage:
query = {
"name": "ADA_get_standards_section",
"arguments": {
"pmid": "example_value"
}
}
result = tu.run(query)
ADA_list_standards_sections (Type: ADAStandardsTool)¶
List all sections/chapters of the current ADA Standards of Medical Care in Diabetes. The ADA publ…
ADA_list_standards_sections tool specification
Tool Information:
Name:
ADA_list_standards_sectionsType:
ADAStandardsToolDescription: List all sections/chapters of the current ADA Standards of Medical Care in Diabetes. The ADA publishes the Standards of Care annually in Diabetes Care as a free supplement. Each section covers a specific clinical topic (e.g., glycemic goals, pharmacologic treatment, cardiovascular risk management, diabetes technology). Returns section titles, numbers, PMIDs, and PMC links. Use year parameter to access specific editions (default: 2026).
Parameters:
year(integer) (optional) Year of the ADA Standards of Care edition to retrieve (default: 2026). Standards have been published annually since 2004.
Example Usage:
query = {
"name": "ADA_list_standards_sections",
"arguments": {
}
}
result = tu.run(query)
ADA_search_standards (Type: ADAStandardsTool)¶
Search ADA (American Diabetes Association) guidelines and publications by topic using PubMed. Sea…
ADA_search_standards tool specification
Tool Information:
Name:
ADA_search_standardsType:
ADAStandardsToolDescription: Search ADA (American Diabetes Association) guidelines and publications by topic using PubMed. Searches publications with ADA as corporate author, returning titles, abstracts, PMIDs, and PMC links. Useful for finding ADA recommendations on specific diabetes-related topics such as glycemic targets, insulin therapy, GLP-1 receptor agonists, SGLT2 inhibitors, gestational diabetes, diabetic kidney disease, or diabetes technology.
Parameters:
query(string) (required) Search topic (e.g., ‘type 2 diabetes insulin therapy’, ‘gestational diabetes’, ‘diabetic kidney disease’, ‘SGLT2 inhibitors cardiovascular’)limit(integer) (optional) Maximum number of results to return (default: 5)
Example Usage:
query = {
"name": "ADA_search_standards",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)
AHA_ACC_get_guideline (Type: AHAACCGuidelineTool)¶
Fetch the full text (or a detailed snippet) of a specific AHA (American Heart Association) or ACC…
AHA_ACC_get_guideline tool specification
Tool Information:
Name:
AHA_ACC_get_guidelineType:
AHAACCGuidelineToolDescription: Fetch the full text (or a detailed snippet) of a specific AHA (American Heart Association) or ACC (American College of Cardiology) guideline from PubMed Central using its PMID. Returns the abstract and, when the article is open-access in PMC, the full guideline text up to 6000 characters covering recommendations, evidence tables, and rationale. Use AHA_list_guidelines or ACC_list_guidelines first to obtain PMIDs. Many recent AHA/ACC guidelines are open-access in PMC.
Parameters:
pmid(string) (required) PubMed ID (PMID) of the AHA/ACC guideline to retrieve (e.g., ‘37952199’ for 2023 ACC/AHA Atrial Fibrillation Guideline)
Example Usage:
query = {
"name": "AHA_ACC_get_guideline",
"arguments": {
"pmid": "example_value"
}
}
result = tu.run(query)
AHA_ACC_search_guidelines (Type: AHAACCGuidelineTool)¶
Search AHA (American Heart Association) and ACC (American College of Cardiology) clinical practic…
AHA_ACC_search_guidelines tool specification
Tool Information:
Name:
AHA_ACC_search_guidelinesType:
AHAACCGuidelineToolDescription: Search AHA (American Heart Association) and ACC (American College of Cardiology) clinical practice guidelines by topic via PubMed. Covers guidelines published in Circulation, JACC, and other AHA/ACC journals. Useful for finding recommendations on hypertension, heart failure, atrial fibrillation, coronary artery disease, valvular heart disease, lipid management, cardiac arrest, and other cardiovascular conditions.
Parameters:
query(string) (required) Search topic (e.g., ‘heart failure’, ‘atrial fibrillation management’, ‘hypertension blood pressure’, ‘lipid cholesterol statin’, ‘coronary artery disease’)limit(integer) (optional) Maximum number of results to return (default: 5)year_from([‘integer’, ‘null’]) (optional) Filter to guidelines published from this year onward (e.g., 2020). Null for no date filter.
Example Usage:
query = {
"name": "AHA_ACC_search_guidelines",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)
AHA_list_guidelines (Type: AHAACCGuidelineTool)¶
List recent American Heart Association (AHA) clinical practice guidelines. Returns AHA-authored g…
AHA_list_guidelines tool specification
Tool Information:
Name:
AHA_list_guidelinesType:
AHAACCGuidelineToolDescription: List recent American Heart Association (AHA) clinical practice guidelines. Returns AHA-authored guidelines and scientific statements published in Circulation and other AHA journals, sorted by date. Covers cardiovascular guidelines on topics including hypertension, heart failure, cardiac arrest, stroke, arrhythmias, and prevention.
Parameters:
limit(integer) (optional) Maximum number of guidelines to return (default: 10)year_from([‘integer’, ‘null’]) (optional) Filter to guidelines published from this year onward (e.g., 2020). Null for no date filter.
Example Usage:
query = {
"name": "AHA_list_guidelines",
"arguments": {
}
}
result = tu.run(query)
NCCN_get_patient_guideline (Type: NCCNGuidelineTool)¶
Fetch content from a specific NCCN Guidelines for Patients page. Takes a URL obtained from NCCN_l…
NCCN_get_patient_guideline tool specification
Tool Information:
Name:
NCCN_get_patient_guidelineType:
NCCNGuidelineToolDescription: Fetch content from a specific NCCN Guidelines for Patients page. Takes a URL obtained from NCCN_list_patient_guidelines and scrapes the page for title, content sections, and PDF download links. Returns the guideline page content organized by sections. Note: NCCN patient guidelines are educational summaries; for full professional guidelines, use NCCN_search_guidelines to find JNCCN publications.
Parameters:
url(string) (required) URL of the NCCN patient guideline page (from NCCN_list_patient_guidelines output)
Example Usage:
query = {
"name": "NCCN_get_patient_guideline",
"arguments": {
"url": "example_value"
}
}
result = tu.run(query)
NCCN_list_patient_guidelines (Type: NCCNGuidelineTool)¶
List all NCCN (National Comprehensive Cancer Network) Guidelines for Patients available on nccn.o…
NCCN_list_patient_guidelines tool specification
Tool Information:
Name:
NCCN_list_patient_guidelinesType:
NCCNGuidelineToolDescription: List all NCCN (National Comprehensive Cancer Network) Guidelines for Patients available on nccn.org. These are free, publicly accessible cancer treatment guides organized by cancer type, detection/prevention, supportive care, and specific populations. Returns cancer type names, URLs, and category. Over 70 cancer types are covered including breast, lung, colon, prostate, melanoma, leukemias, and lymphomas.
Parameters:
No parameters required.
Example Usage:
query = {
"name": "NCCN_list_patient_guidelines",
"arguments": {
}
}
result = tu.run(query)
NCCN_search_guidelines (Type: NCCNGuidelineTool)¶
Search NCCN (National Comprehensive Cancer Network) guidelines and publications via PubMed. Searc…
NCCN_search_guidelines tool specification
Tool Information:
Name:
NCCN_search_guidelinesType:
NCCNGuidelineToolDescription: Search NCCN (National Comprehensive Cancer Network) guidelines and publications via PubMed. Searches the JNCCN (Journal of the NCCN) and other NCCN publications for clinical practice guidelines, evidence blocks, and discussion papers on cancer treatment. Useful for finding specific NCCN treatment recommendations and updates.
Parameters:
query(string) (required) Search topic (e.g., ‘breast cancer treatment’, ‘non-small cell lung cancer’, ‘prostate cancer screening’, ‘melanoma immunotherapy’, ‘pancreatic cancer’)limit(integer) (optional) Maximum number of results to return (default: 5)
Example Usage:
query = {
"name": "NCCN_search_guidelines",
"arguments": {
"query": "example_value"
}
}
result = tu.run(query)