# Grimoire Spellbook Server

Provide a comprehensive spellbook for Dungeons & Dragons 5th Edition to enhance your gameplay experience. Access detailed spell information and manage your spell resources efficiently. Streamline you…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add Linell/grimoire-mcp

# Browse available tools
npx -y smithery tool list Linell/grimoire-mcp

# Get full schema for a tool
npx -y smithery tool get Linell/grimoire-mcp search_spells

# Call a tool
npx -y smithery tool call Linell/grimoire-mcp search_spells '{}'
```

## Direct MCP Connection

Endpoint: `https://grimoire-mcp--linell.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging

## Tools (5)

- `search_spells` — Search for D&D 5E spells with various filters
- `get_spell` — Get detailed information about a specific D&D 5E spell
- `list_schools` — List all available D&D 5E spell schools
- `list_classes` — List all available D&D 5E character classes that can cast spells
- `get_class_spells` — Get all spells available to a specific class at a given level

```bash
# Get full input/output schema for a tool
npx -y smithery tool get Linell/grimoire-mcp <tool-name>
```
