Skip to main content
Glama

search_equipment

Search D&D 5e SRD for equipment, weapons, armor, and magic items using filters like category, cost, weight, weapon properties, armor type, or rarity.

Instructions

Search D&D 5e SRD equipment, weapons, armor, and magic items. Filter by category, cost, weight, weapon properties, armor type, or rarity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (max 50)
queryNoSearch term for item name or description
offsetNoOffset for pagination
rarityNoMagic item rarity (e.g. "common", "uncommon", "rare", "very rare", "legendary")
categoryNoEquipment category (e.g. "Weapon", "Armor", "Adventuring Gear", "Tools")
cost_maxNoMaximum cost in gold pieces
cost_minNoMinimum cost in gold pieces
weight_maxNoMaximum weight in pounds
armor_categoryNoArmor category (e.g. "Light", "Medium", "Heavy", "Shield")
weapon_propertyNoWeapon property (e.g. "finesse", "heavy", "two-handed", "versatile")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must convey behavior. It states the tool searches and filters, but does not disclose pagination, return format, or whether it's read-only. The input schema hints at pagination via limit/offset parameters, but the description lacks explicit behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the tool's purpose and filter options. It is front-loaded and to the point, though it could be slightly more structured to separate the action from filters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 10 parameters and no output schema, the description is minimal. It covers the search action and some filters but omits details about output behavior, pagination, and typical use cases. It is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so all parameters have descriptions. The description lists filter categories but adds no new semantic value beyond what is already in the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches D&D 5e SRD equipment, weapons, armor, and magic items, and lists specific filters. This distinguishes it from sibling tools like search_monsters and search_spells, which have different domains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly indicates when to use this tool (for equipment-related searches) and the filtering options guide usage. It does not explicitly exclude other contexts, but the sibling tools cover other domains, making the intended use clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.