Skip to main content
Glama

RAGmonsters Custom PostgreSQL MCP Server

getMonsterByHabitat

Retrieve specific monsters from the RAGmonsters dataset by exact habitat match. Use getHabitats first to identify valid habitat names for accurate results.

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" }
Install Server

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