Search vault items
vault_search_itemsSearch the item library the user has access to (stock items plus their own house items). Use this to locate a weapon, armor piece, tool, adventuring gear entry, or magic item by name, type, or ruleset. Defaults to a compact summary shape (identification + summary + weight + cost + publisher / source); pass detail: 'full' to receive each item's full description and properties array inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Substring match on item name (case-insensitive). Use `^name$` for an exact match. | |
| skip | No | Pagination offset; pair with `limit` to walk results. | |
| sort | No | Comma-separated field list. Prefix with `-` for descending (e.g. `-updatedAt,name`). | |
| type | No | Item type (substring, case-insensitive). Vault item types are ruleset-specific strings. Common 5e / 5e24 examples: 'Weapon', 'Armor', 'Tool', 'Adventuring Gear', 'Wondrous Item'. | |
| limit | No | Page size; defaults to 50 when omitted. Hard cap of 200. | |
| stock | No | true = official content only; false = user-authored only; omit to include both. | |
| detail | No | Response shape. 'summary' (default) returns identification + summary fields; 'full' returns the complete document shape (every field inline) that non-MCP clients receive by default. | summary |
| ruleset | No | Ruleset code (e.g. '5th Edition', '5e24', 'PFRPG', 'Savage Worlds', 'Universal'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| pagination | No |