getHabitats
Retrieve a comprehensive list of all available habitats stored in the RAGmonsters dataset, ensuring efficient access to monster habitat data via an optimized API.
Instructions
Get a list of all available habitats in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}