tooluniverse-ecology-biodiversity
Ecology & Biodiversity Research
Reasoning Strategy
1. Species & Taxonomy Questions
When a question involves identifying or comparing species:
- LOOK UP DON'T GUESS — Use
GBIF_search_speciesto get taxonomy,WoRMS_search_speciesfor marine organisms - If the question asks about invasive species impacts, consider: ecological niche overlap, reproductive rate, predator release, and ecosystem engineering effects
- Use
PubMed_search_articlesorEuropePMC_search_articlesto find studies on specific ecological impacts
2. Invasive Species Impact Assessment
Reasoning framework — when comparing invasive species impacts:
- Identify the ecosystem: What habitat/biome is affected?
- Assess impact mechanisms: Competition? Predation? Disease vector? Habitat modification? Hybridization?
- Scale of impact: Local (single site) vs regional vs continental?
- Trophic position: Invasives at higher trophic levels (predators) often cause more damage than lower (herbivores)
- Ecosystem engineering: Species that modify habitats (beavers, earthworms, honeybees displacing native pollinators) cause outsized impacts
- Look up specifics — don't rely on general knowledge. Search for "[species name] invasive impact [region]" in literature
3. Pollinator Ecology
Reasoning framework for pollination questions:
- Foraging behavior: Distinguish investigation (approach/assessment) from actual feeding (proboscis insertion)
- Interaction types: Mutualistic (pollination reward), parasitic (nectar robbing), commensal
- Observation methods: Camera traps have resolution/FOV limitations — consider what's identifiable at given resolution
- Statistical considerations: Observer agreement (inter-rater reliability), sampling effort, temporal patterns
- Ethogram interpretation: Each behavior category has specific start/end criteria — follow them precisely
4. Population Dynamics
Reasoning framework for population ecology questions:
- Growth models: Exponential (unlimited), logistic (K-limited), Allee effects (low-density problems)
- Extinction analysis: Distinguish deterministic extinction (r < 0) from stochastic extinction (small population fluctuations)
- Survival analysis: Time-to-event analysis needs appropriate statistical tests (log-rank, Cox regression, Kaplan-Meier)
- Microbial ecology: For microbial stressor responses, use survival curve analysis with time-kill kinetics. To compare extinction points between populations, you need time-to-extinction data analyzed with survival statistics (not just endpoint comparisons)
5. Community Ecology & Food Webs
- Trophic cascades: Removing top predators → mesopredator release → prey decline
- Keystone species: Disproportionate impact relative to abundance
- Island biogeography: Species-area relationship, distance-colonization tradeoff
- Competitive exclusion: Two species cannot stably coexist on single limiting resource (Gause's principle)
6. Evolutionary Ecology
- Aposematism: Warning coloration signals toxicity/unpalatability
- Mimicry: Batesian (harmless mimics dangerous) vs Mullerian (dangerous mimics dangerous)
- Life history tradeoffs: r-selected (many offspring, low investment) vs K-selected (few offspring, high investment)
- Birth-death models: For phylogenetic questions, identifiability issues arise with time-varying rates. Strategies to resolve: constrain rate variation, add fossil data, use molecular data calibration, or restrict to specific functional forms
Available Tools
| Tool | Use For |
|---|---|
GBIF_search_species |
Species taxonomy, occurrence data, distribution |
GBIF_search_occurrences |
Where has a species been observed? |
WoRMS_search_species |
Marine species taxonomy |
ensembl_get_taxonomy |
Taxonomic classification |
NCBIDatasets_get_taxonomy |
NCBI taxonomy lookup |
PubMed_search_articles |
Literature on ecology topics |
EuropePMC_search_articles |
European literature including ecology |
LOOK UP DON'T GUESS
Ecology questions often have counter-intuitive answers. For example:
- Honeybees (Apis mellifera) are invasive in the Americas and displace native pollinators — this surprises people who think of bees as "good"
- The most damaging invasive species are often not the most obvious ones
- Microbial extinction points require survival analysis, not simple t-tests
Always search the literature before answering ecology questions. Use PubMed_search_articles with specific terms like "[species] invasive impact [region]" or "[organism] [ecological process]".
COMPUTE, DON'T DESCRIBE
When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.