tooluniverse.tools.HAL_search_archive moduleΒΆ

HAL_search_archive

Search the French HAL open archive via its public API. Returns documents with title, authors, yea…

tooluniverse.tools.HAL_search_archive.HAL_search_archive(query, max_results, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Search the French HAL open archive via its public API. Returns documents with title, authors, yea…

Parameters:
  • query (str) – Search query for HAL archive. Supports Lucene syntax for advanced queries.

  • max_results (int) – Maximum number of documents to return. Default is 10, maximum is 100.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]