tooluniverse.pmc_tool module

PMC (PubMed Central) Tool for searching full-text biomedical literature.

PMC is the free full-text archive of biomedical and life sciences journal literature at the U.S. National Institutes of Health’s National Library of Medicine. This tool provides access to millions of full-text articles.

class tooluniverse.pmc_tool.PMCTool[source]

Bases: BaseTool

Tool for searching PMC full-text biomedical literature.

__init__(tool_config=None)[source]
run(tool_arguments)[source]

Execute the PMC search.

Parameters:

tool_arguments – Dictionary containing search parameters

Returns:

List of paper dictionaries

Return type:

List[Dict[str, Any]]