tooluniverse.europe_pmc_tool module¶ class tooluniverse.europe_pmc_tool.EuropePMCTool(tool_config, base_url='https://www.ebi.ac.uk/europepmc/webservices/rest/search')[source]¶ Bases: BaseTool Tool to search for articles on Europe PMC including abstracts. __init__(tool_config, base_url='https://www.ebi.ac.uk/europepmc/webservices/rest/search')[source]¶ _search(query, limit)[source]¶ run(arguments)[source]¶ Execute the tool. The default BaseTool implementation accepts an optional arguments mapping to align with most concrete tool implementations which expect a dictionary of inputs.