search_species
ActiveTool of guif
declared in 0.1.0
Search for species by common or scientific name. Returns matched taxa with rank, classification status, and taxonomic hierarchy. Use get_species with the taxon key for full details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Homo sapiens"
},
{
"limit": 50,
"query": "oak"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum results to return (1-100, default 20)"
},
"query": {
"type": "string",
"description": "Species name or keyword (e.g., \"Homo sapiens\", \"oak\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
guif
https://github.com/pipeworx-io/mcp-gbif
1/7 registries