Files
mims-harvard__tooluniverse/examples/databases/biodiversity/gbif/README.md
T
Shanghua 5de8f4b198 add new database tools and improve tool loading validation
- Add support for new database tools: GBIF, OBIS, WikiPathways, RNAcentral, ENCODE, GTEx, MGnify, GDC
- Add optimizer tools and smolagents tool wrapper configs
- Improve tool loading validation to filter out schema files and ensure tool names are strings
- Update tool count from 713 to 734 tools
- Fix tool validation to safely check supports_caching method using getattr
- Add save_dir parameter to ToolDiscover tool
- Update PyPIPackageInspector to inherit from BaseTool
- Add smolagents as optional dependency in pyproject.toml
- Simplify UniProt_search documentation
- Minor log message improvements in smcp_server
2025-10-31 22:56:11 -04:00

619 B

GBIF Examples (Biodiversity → Databases)

About GBIF

  • GBIF (Global Biodiversity Information Facility) is an open platform for global biodiversity data, providing species checklists, occurrence records, sampling events, and datasets used in ecology, biogeography, and conservation research.

Run:

python examples/databases/biodiversity/gbif/use_gbif.py

What it does:

  • GBIF_search_species: calls /species/search with a small page
  • GBIF_search_occurrences: calls /occurrence/search with basic filters

Notes:

  • Network required; respect GBIF rate limits.
  • Adjust limit/offset for pagination.