Skip to main content
Glama

generate_learning_path

Build a sequenced learning path toward a specified goal, selecting hypotheses based on current evidence and pruning dead ends.

Instructions

Narrate what has been settled so far, in order, and how — separating what an experiment paid for from what the engine inferred for free, and calling out beliefs that were later withdrawn. Use it to brief a human, to write a summary, or to re-orient yourself after a context reset: the other read tools show the current state, this one shows how it was arrived at. Pass since to get a diff instead — what changed between then and now, which is the answer a standup or a PR description wants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
as_ofNoISO-8601 instant. Reconstruct the report as it stood then, so it can be read beside a rewound graph.
limitNoCap on narrated transitions (most recent first). Counters always cover the whole history.
sinceNoISO-8601 instant. Report only what settled or was withdrawn since then — 'what changed this week' rather than 'how we got here'. Combine with as_of for a closed window.
goal_idNoNarrate one objective only. A workspace pursuing several otherwise interleaves their dead ends into one story.
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses important behavioral traits: separating experiment-paid facts from engine-inferred ones, calling out withdrawn beliefs, and clarifying that it shows provenance rather than current state (implying a read-only operation).

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 two sentences with the main action front-loaded. The second sentence is long but packs in use cases and a parameter note without wasted words. It could be slightly more structured, but it remains efficient.

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?

Given no output schema and no annotations, the description covers purpose, use cases, and key parameter behavior thoroughly. It does not specify the return format, but for a narration tool this is likely prose and not a critical omission.

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?

All 4 parameters have schema descriptions (100% coverage), so the baseline is 3. The description adds extra meaning for `since` by framing it as 'a diff' and tailoring it to standup/PR needs, going beyond the schema. Other parameters rely on schema, which is adequate.

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 uses the specific verb 'Narrate' and clearly defines the resource: what has been settled, in order, and how. It distinguishes itself from sibling tools by noting that 'the other read tools show the current state, this one shows how it was arrived at'.

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?

Explicitly states when to use the tool: 'to brief a human, to write a summary, or to re-orient yourself after a context reset'. It contrasts with alternatives ('other read tools') and gives a specific use case for `since` as a diff for standups or PR descriptions.

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/tygryso/hypotree'

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