GBIF Occurrence Count
gbif.biodiversity.occurrence_countCount GBIF occurrences for a species by taxon key, with optional country filter. Use for range size estimation, data density assessment, and conservation status analysis.
Instructions
Get total occurrence count for a species, optionally filtered by country. Useful for range size estimation, data density assessment, and conservation status analysis. Source: GBIF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxon_key | Yes | GBIF taxon key to count occurrences for | |
| country | No | ISO country code to filter count (e.g. US, BR) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |