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
Name | Required | Description | Default |
---|---|---|---|
filters | No | Optional filters for the query | |
limit | No | Maximum number of results to return (default: 10) | |
offset | No | Number of results to skip for pagination (default: 0) | |
sort | No | Optional sorting parameters |