count_by_field
ActiveTool of Idigbio
declared in 0.1.0
Get taxonomic/geographic specimen counts grouped by a field (top values + counts) across iDigBio. Optionally scope the counts with taxonomy/locality filters. Keyless.
Parameters schema
{
"type": "object",
"required": [
"field"
],
"properties": {
"field": {
"type": "string",
"description": "Field to group by: one of country, stateprovince, family, genus, institutioncode, basisofrecord."
},
"genus": {
"type": "string",
"description": "Optional filter to scope the counts."
},
"family": {
"type": "string",
"description": "Optional filter to scope the counts."
},
"country": {
"type": "string",
"description": "Optional filter to scope the counts."
},
"top_count": {
"type": "number",
"description": "Number of top buckets to return (default 10, max 25)."
},
"scientific_name": {
"type": "string",
"description": "Optional filter to scope the counts."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Idigbio
https://github.com/pipeworx-io/mcp-idigbio
1/7 registries