Skip to main content
Glama

RAGmonsters Custom PostgreSQL MCP Server

getMonsters

Retrieve, filter, sort, and paginate a list of monsters by category, habitat, or rarity using custom parameters tailored for efficient data queries on the RAGmonsters PostgreSQL MCP Server.

Instructions

Get a list of monsters with optional filtering, sorting, and pagination

Input Schema

NameRequiredDescriptionDefault
filtersNoOptional filters for the query
limitNoMaximum number of results to return (default: 10)
offsetNoNumber of results to skip for pagination (default: 0)
sortNoOptional sorting parameters

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "additionalProperties": false, "description": "Optional filters for the query", "properties": { "category": { "description": "Filter by monster category", "type": "string" }, "habitat": { "description": "Filter by monster habitat", "type": "string" }, "rarity": { "description": "Filter by monster rarity", "type": "string" } }, "type": "object" }, "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" }, "offset": { "description": "Number of results to skip for pagination (default: 0)", "type": "number" }, "sort": { "additionalProperties": false, "description": "Optional sorting parameters", "properties": { "direction": { "description": "Sort direction (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" }, "field": { "description": "Field to sort by (name, category, habitat, rarity)", "type": "string" } }, "type": "object" } }, "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