Skip to main content
Glama

boardsesh_get_grade_pyramid

Read-only

Retrieve your climbing send pyramid with sends per grade, hardest first, and flash rates. Filter results by board type for a focused view of grade strength.

Instructions

Return the user's send pyramid: sends per grade, hardest first, with flash rates.

Use when the user asks about their pyramid, grade distribution, flash rate per grade, or how solid they are at a level. Optional board filter; grades differ between boards, so prefer filtering to one board when the user names one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardNoBoard type to filter to: kilter, tension, moonboard, decoy, touchstone, soill, grasshopper, woods or spray. Omit for all boards.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover the read-only, non-destructive nature. The description adds useful context beyond that: output ordering ('hardest first'), inclusion of flash rates, and the domain fact that grades differ between boards, which helps interpret results.

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?

Three short, purposeful sentences with the core result front-loaded. No wasted words; each sentence earns its place by covering what, when, and how to handle the optional filter.

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?

The description covers the tool's purpose, trigger conditions, and board-filter guidance. With only one optional parameter and an output schema present, nothing critical is missing for an agent to invoke it correctly.

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 schema already covers the board parameter thoroughly (list of board types and 'Omit for all boards'). The description adds extra meaning with the decision rule 'prefer filtering to one board when the user names one,' which goes beyond the schema and aids parameter selection.

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's function: 'Return the user's send pyramid: sends per grade, hardest first, with flash rates.' This specific verb-resource pairing distinguishes it from siblings like boardsesh_get_grades and boardsesh_get_summary.

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 explicit trigger cases ('pyramid, grade distribution, flash rate per grade, or how solid they are at a level') and advises preferring a board filter when the user names a board. It does not name alternative tools or explicit when-not-to-use cases, so it stops short of a 5.

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