Skip to main content
Glama

List project lessons

list_lessons
Read-onlyIdempotent

Identify systemic issues in your project by listing promoted learning rules (lessons) encoded from bug reports. Filter by severity and limit to understand recurring mistake patterns.

Instructions

List promoted learning rules (lessons) for the current project. Each lesson represents a named pattern of mistakes that has been encoded from bug reports. Use this to understand what systemic issues have been identified and encoded as heuristics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
severityNoFilter by severity level.
limitNoMax number of lessons to return (default 50, max 200).
project_idNoProject UUID. Defaults to configured project.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds context about lessons being 'promoted' and 'encoded from bug reports', which provides behavioral insight beyond annotations, but does not significantly extend the safety profile.

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 wasted words. The description is front-loaded with the essential action ('List promoted learning rules') followed by helpful context.

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 filtered list tool with good schema coverage and read-only annotations, the description adequately explains the purpose and nature of lessons. It does not mention return format or pagination, but those are minor omissions given the schema covers the limit parameter.

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% with descriptions for all 3 parameters. The tool description does not add any additional parameter meaning beyond what the schema already provides, so baseline score of 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 it lists promoted learning rules (lessons) for the current project, using a specific verb ('list') and resource ('lessons'). It distinguishes from siblings like 'query_lessons' by specifying 'promoted' and 'encoded from bug reports', providing unique context.

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

Usage Guidelines3/5

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

The description includes 'Use this to understand what systemic issues have been identified', which implies when to use it, but it does not explicitly compare to alternative tools (e.g., query_lessons) or provide when-not-to-use guidance.

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/kensaurus/mushi-mushi'

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