common_to_scientific
Convert fish common names to scientific names using the MCP FishBase Server. Input a fish’s common name to retrieve its precise scientific nomenclature for research or identification.
Instructions
Convert common name to scientific name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
common_name | Yes | Common name of the fish |
Input Schema (JSON Schema)
{
"properties": {
"common_name": {
"description": "Common name of the fish",
"type": "string"
}
},
"required": [
"common_name"
],
"type": "object"
}