get_distribution
Retrieve species distribution and occurrence data by entering the scientific name. Access accurate marine biology information through the MCP FishBase Server.
Instructions
Get distribution/occurrence information for a species
Input Schema
Name | Required | Description | Default |
---|---|---|---|
species_name | Yes | Scientific name of the species |
Input Schema (JSON Schema)
{
"properties": {
"species_name": {
"description": "Scientific name of the species",
"type": "string"
}
},
"required": [
"species_name"
],
"type": "object"
}