ToolUniverse ToolUniverse ToolUniverse
  • aiscientist.tools
  • Home
  • AI Agents
  • Python
  • Tutorials
  • Tools
/

Get Started

  • Python Guide
  • Set Up ToolUniverse
  • AI Agent Skills
  • API Keys and Authentication

Tutorials

  • Agentic Tools Tutorial
  • Literature Search Tools Tutorial
  • Clinical Guidelines Tools
  • Scientific Workflows
  • Make Your Data Agent-Searchable in ToolUniverse
  • Post-processing Tool Outputs
  • Result Caching
  • Available Tools Reference

Tools Catalog

  • Available Tools
  • Remote Tools Setup

Expand ToolUniverse

  • Navigation

Help & Reference

  • API Reference
  • CLI Tools Reference
  • Environment Variables Reference
  • Glossary
  • Data Sources
  • Help & Support
  • About ToolUniverse

On this page

  • OpenAlex_Guidelines_Search()
  1. ToolUniverse /
  2. tooluniverse.tools.OpenAlex_Guidelines_Search module

tooluniverse.tools.OpenAlex_Guidelines_Search module¶

OpenAlex_Guidelines_Search

Search for clinical practice guidelines using OpenAlex scholarly database. Provides access to a c…

tooluniverse.tools.OpenAlex_Guidelines_Search.OpenAlex_Guidelines_Search(query, limit, year_from=None, year_to=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶

Search for clinical practice guidelines using OpenAlex scholarly database. Provides access to a c…

Parameters:
  • query (str) – Medical condition or clinical topic to search for guidelines (e.g., ‘diabetes…

  • limit (int) – Maximum number of guidelines to return (default: 10)

  • year_from (int | Any) – Filter for guidelines published from this year onwards (optional) (optional, …

  • year_to (int | Any) – Filter for guidelines published up to this year (optional) (optional, default…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any

2025, Shanghua Gao

Made with Shibuya theme.