Skip to main content
Glama

boardsesh_get_summary

Read-only

Get a compact overview of your entire Boardsesh climbing history, including totals for entries, sends, flashes, tries, boards used, angles, dates, session count, hardest send and flash, and sends per grade.

Instructions

Return a compact overview of the user's whole Boardsesh history, across all boards.

Use first for broad questions ("how is my climbing going?", "summarise my logbook") or when you need totals: entries, sends, flashes, tries, boards used, angles, date range, session count, hardest send and flash, and sends per grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context by defining the output as a compact cross-board aggregate and enumerating the totals included, which goes beyond what annotations reveal.

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?

Two sentences with no filler, front-loading the core purpose before the usage examples. The long second sentence is a single scannable list that earns its place by conveying both query intents and returned totals.

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?

For a zero-parameter, read-only summary tool with an output schema, this description is complete: it states scope, when to use it, and what data the summary contains. Nothing an agent needs to invoke it correctly is missing.

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 tool has zero parameters and schema coverage is 100%, so there is no parameter information for the description to add. The baseline of 4 applies because the interface is fully represented by the empty input 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?

States a specific verb and resource: 'Return a compact overview of the user's whole Boardsesh history, across all boards.' This clearly distinguishes it from sibling tools that focus on individual ascents, sessions, projects, grades, etc. The overall scope is explicit.

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?

Provides explicit guidance: 'Use first for broad questions' with concrete example queries, plus the list of totals the tool covers. It does not explicitly name sibling alternatives for when more granular data is needed, so it stops short of a full when/when-not description.

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