Skip to main content
Glama
rjenks
by rjenks

build_list_ability_boost_options

Lists eligible ability score boosts for a character given a source (ancestry, background, class, or free), respecting existing boosts and flaws.

Instructions

Eligible ability score boosts for the given source, respecting ancestry flaws and boosts already recorded in character.abilities.breakdown (Pathbuilder's own per-level boost history field -- see the plan's Pathbuilder-schema findings). Does not yet cross-check the "can't take two free boosts in the same ability at the same tier" rule beyond what's already recorded in breakdown for this source; full multi-source interaction (e.g. voluntary ancestry flaws freeing up a boost) is left to validate_build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
characterYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden and it does so excellently. It discloses exactly which data sources are respected (ancestry flaws, Pathbuilder's breakdown field), what is not yet checked (the two-free-boosts rule), and what is delegated elsewhere. This is transparent about the tool's internal logic and limitations.

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 somewhat long but every clause carries important information. It front-loads the core purpose, then adds caveats and redirects. No filler words or redundant statements, but it could be slightly tightened without losing meaning.

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

Completeness5/5

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

Given the complexity of ability boost rules and the presence of an output schema, the description is sufficiently complete. It explains the source parameter, the integration with Pathbuilder's breakdown, the known exception not handled, and points to validate_build for full cross-source validation. This gives an agent all necessary context to decide whether and how to invoke the tool.

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?

Schema description coverage is 0%, so the description must compensate for the parameter meanings. It explains that 'source' is one of the enum values and clarifies how 'character' is used (specifically its abilities.breakdown field). This adds significant meaning beyond the bare schema, though it doesn't describe the full structure of the character object.

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 exactly what the tool does: lists eligible ability score boosts for a given source. It names the specific resource (ability boost options), the input (source), and the constraints (ancestry flaws, recorded boosts). This clearly distinguishes it from sibling tools like build_list_skill_increase_options or build_list_available_feats.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool (for a single source's boosts) and when not to use it (for full multi-source interaction), pointing to validate_build as the alternative. It also notes the known limitation about the 'two free boosts' rule, giving clear usage boundaries.

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

Install Server

Other Tools

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/rjenks/pf2e-mcp'

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