Skip to main content
Glama

subclassfeature_search

Find D&D 5e subclass features by name, class, subclass, or level. Filter by parent class, specific subclass, and ruleset to locate the exact feature for your character or campaign.

Instructions

Search D&D 5e subclass features by name, class, or subclass. Returns features from the subclassFeature array embedded in class files. Use class_name to filter to a parent class (e.g. 'Wizard'). Use subclass_name to filter to a specific subclass (e.g. 'Abjurer'). Use level to find features gained at a specific level. When ruleset='2024', returns 2024 (XPHB) features; '2014' returns classic features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoFilter by character level when the feature is gained
limitNoMax results to return
queryYesName or partial name of the feature to search for
fieldsNoFields to include in each result
rulesetNoWhich ruleset to search. Omit to use the configured default ("2024"); pass "2014" to override.2024
class_nameNoFilter by parent class name (e.g. 'Wizard')
subclass_nameNoFilter by subclass short name (e.g. 'Abjurer', 'Champion')
include_homebrewNoInclude homebrew content

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It explains that results come from the subclassFeature array embedded in class files and details how ruleset changes behavior between 2024 and 2014 content. This goes beyond a generic 'search' statement, though it stops short of describing result ordering, empty results, or output shape.

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

Conciseness5/5

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

The description is front-loaded with the action and return source, then provides compact, example-driven filter guidance. Every sentence earns its place and there is no redundant or filler content.

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

Completeness4/5

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

For a search tool with 8 parameters, no output schema, and no annotations, the description is reasonably complete: it states the scope, data source, filter usage, and ruleset semantics. It could be more complete by describing result fields or explicitly routing to alternatives, but it gives an agent enough to invoke the tool correctly for most cases.

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

Parameters4/5

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

The input schema covers all parameters, so the baseline is 3. The description adds meaningful semantics for several parameters: class_name is a parent class, subclass_name is a short name like 'Abjurer', level relates to when a feature is gained, and ruleset has a clear default/override behavior. It does not enrich every parameter, but it adds real value beyond the schema.

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 states a specific verb and resource: 'Search D&D 5e subclass features by name, class, or subclass.' It further clarifies that results come from the subclassFeature array in class files, which separates it from sibling tools like classfeature_search and subclass_search.

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 gives clear context for when to use this tool and how to narrow searches with class_name, subclass_name, and level. It does not explicitly name alternatives or exclusions, but the resource scope and filter guidance make the intended usage clear.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jazzsequence/5eMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server