Skip to main content
Glama

MCP FishBase Server

by lundgrenalex

get_species

Retrieve detailed species information from FishBase with 'get_species'. Input the scientific name to access data on ecology, distribution, morphology, and more, or specify fields for tailored results.

Instructions

Get species information from FishBase

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional list of specific fields to return
species_nameYesScientific name of the species (e.g., 'Salmo trutta')

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Optional list of specific fields to return", "items": { "type": "string" }, "type": "array" }, "species_name": { "description": "Scientific name of the species (e.g., 'Salmo trutta')", "type": "string" } }, "required": [ "species_name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lundgrenalex/mcp-fishbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server