Skip to main content
Glama
oleksiijko

io.github.oleksiijko/pmb-ai

by oleksiijko

prepare

Get project context, surfaced lessons, recent activity, and open goals in a single call before starting work on a known project.

Instructions

READ-FIRST bundle at the start of work on a known project. prepare(message=<the user's message>) returns project_context, surfaced lessons (each with surface_id - FOLLOW them, then mark_lesson_followed), recent_activity and open_goals in one ~10ms call. Replaces several recall() calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that it returns multiple data components, that lessons have surface_id and should be followed and marked with mark_lesson_followed, and that it is fast (~10ms). However, it doesn't mention whether the call is read-only or has side effects, nor error handling for unknown projects.

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?

The description is compact, front-loaded with the READ-FIRST key phrase, and packs multiple pieces of information (returned items, lesson follow-up, performance) into two sentences without fluff.

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 tool with one parameter and an output schema, the description gives a good overview of the returned components and the lesson-follow-up workflow. It could add a note about behavior for unknown projects, but overall it's sufficiently complete for an agent to invoke 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 has a single 'message' parameter with no description (0% coverage). The description compensates by showing prepare(message=<the user's message>) and explaining that message is the user's message, which adds semantic meaning beyond the bare 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?

The description clearly states this is a READ-FIRST bundle for the start of work on a known project, returning project_context, surfaced lessons, recent_activity, and open_goals. It also says it replaces several recall() calls, which distinguishes it from the recall sibling.

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?

It explicitly says to use it at the start of work on a known project, and notes it replaces several recall() calls. This provides clear when-to-use context and directly names an alternative (recall).

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/oleksiijko/pmb'

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