Skip to main content
Glama

learning_promote

Promote an evidence-backed learning candidate for active use. Memory lessons are saved to the lessons drawer; skill, capability, and GPT target changes are queued as proposals without altering the system.

Instructions

Promote one evidence-backed learning candidate. Memory lessons are written to the existing lessons drawer; Skill/Capability/GPT targets become proposals only and never silently self-modify Pilot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
candidate_idYes

Schema Changelog

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

  1. Addedv1.2.1

TDQS

A4/5.0
Behavior4/5

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

Annotations only indicate the tool is not read-only and not destructive. The description adds meaningful behavioral detail: memory lessons are written to the lessons drawer, while Skill/Capability/GPT targets become proposals and never silently modify Pilot. This goes beyond the annotation flags to clarify how state may change.

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 main action is front-loaded, followed by the key side-effect caveat. It is appropriately sized for a tool with one parameter.

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?

The description covers purpose and side effects well for a simple, single-parameter tool with no output schema. It is slightly incomplete because 'evidence-backed' is left undefined and it does not specify how promotion is realized beyond the side-effect statement.

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 0%, so the description must compensate for documenting candidate_id. It only implies candidate_id is the identifier of the evidence-backed candidate, without stating where the ID comes from or its format. For a single, self-named parameter this is a minor but real gap.

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 action ('Promote') on a clear resource ('one evidence-backed learning candidate') and explains the outcome for different target types. This distinguishes it from siblings like learning_rollback and learning_observe, which clearly serve different purposes.

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 phrase 'evidence-backed learning candidate' implies a prerequisite for use, but the description does not explicitly say when to use this tool versus alternatives. It does not name learning_observe or learning_history as sources of candidates, nor learning_rollback as the reversal tool.

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/JonusNattapong/chatgpt-pilot'

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