Skip to main content
Glama

RAGmonsters Custom PostgreSQL MCP Server

getMonsterByHabitat

Retrieve monsters based on specific habitats. First, use getHabitats to identify available habitats, then query this tool with the exact habitat name to fetch relevant monster data efficiently.

Instructions

Get monsters by habitat (exact match only). IMPORTANT: for best results, first call getHabitats to get a list of available habitats, then find the most appropriate one to use with this tool.

Input Schema

NameRequiredDescriptionDefault
habitatYesExact habitat name (must match exactly). For best results, first call getHabitats to get a list of available habitats, then find the most appropriate one to use with this tool.
limitNoMaximum number of results to return (default: 10)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "habitat": { "description": "Exact habitat name (must match exactly). For best results, first call getHabitats to get a list of available habitats, then find the most appropriate one to use with this tool.", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" } }, "required": [ "habitat" ], "type": "object" }

Other Tools from RAGmonsters Custom PostgreSQL MCP Server

Related Tools

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/LostInBrittany/RAGmonsters-mcp-pg'

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