Skip to main content
Glama
tomschell
by tomschell

kg_session_warmup

Load project context including recent work, active questions, and blockers to maintain continuity between sessions.

Instructions

Start every session with this tool! Loads comprehensive context about your project including recent work, active questions, and blockers. Essential for maintaining continuity between work sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of recent nodes to include in the warmup context
compactNoReturn minimal response (skip agentTrainingReminders, groupedWork) to reduce token usage.
projectNoProject name (will be normalized to 'proj:project-name' tag format). Optional - if not provided, discovery mode is enabled.
discoverNoEnable discovery mode to explore available projects and recent activity. Automatically enabled if no project specified.
workstreamNoOptional workstream within the project for more focused context
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses that the tool loads comprehensive context and lists what it includes, implying a read-oriented operation, but it does not clarify side effects, permission requirements, or session state changes. This adds some value beyond the schema but lacks rich behavioral detail.

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 punchy sentences with the usage imperative front-loaded. No filler; every phrase contributes either usage guidance or a content summary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description conveys the core purpose and content categories, and the schema documents the parameters and modes. However, because there is no output schema, the description does not fully explain the response structure or how 'discovery mode' and 'compact' affect the output, leaving some ambiguity for a 5-parameter tool.

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?

The input schema covers all 5 parameters with descriptions, so the description need not repeat parameter semantics. The description adds no parameter-level details, but with 100% schema coverage, the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a session-start context loader, listing specific content categories (recent work, active questions, blockers) and framing it as a continuity/warmup mechanism. It does not explicitly name sibling alternatives, but the verb+resource combination and 'session warmup' framing distinguish it from generic searches or project-state queries.

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?

The description provides explicit when-to-use guidance ('Start every session with this tool!', 'Essential for maintaining continuity between work sessions'). It does not offer exclusions or mention alternative tools, so it stops short of full 5-level 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/tomschell/personal-kg-mcp'

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