Skip to main content
Glama

jambavan_awaken

Initializes the Jambavan operating protocol at session start: recall memory, index code, retrieve context, patch surgically, run checks, store decisions. Includes recent project memories.

Instructions

Return the Jambavan operating protocol: recall memory, index/watch code, retrieve context before edits, patch surgically, run checks, and store durable decisions. Call once at the start of every host session. Includes recent project memories by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_memoriesNoInclude recent memories for this project scope (default: true).
Behavior4/5

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

Describes the protocol actions (recall memory, index/watch, etc.) and default memory inclusion. No annotations provided, so description carries full burden; it sufficiently discloses setup behavior without mentioning side effects or auth needs, which are less critical for this initialization tool.

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?

Three concise sentences. Front-loaded with the main action and resource, followed by timing and parameter context. Every sentence serves a purpose with no redundancy.

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?

Adequate for a setup tool with one optional parameter and no output schema. Covers purpose, usage, and parameter. Could specify return format, but not essential for the agent to invoke the tool 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?

Schema has 100% coverage on the single parameter. Description adds value by noting 'by default' for include_memories, explaining that memories are included unless explicitly set to false, which is not in the schema description.

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?

Clear verb 'Return' and specific resource 'Jambavan operating protocol', listing its components. Distinguishes from sibling tools by describing an initialization action that prepares the environment.

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?

Explicitly states 'Call once at the start of every host session', providing clear when-to-use guidance. Does not mention alternatives or when not to use, but context of siblings implies other tools serve separate purposes.

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/beingmartinbmc/jambavan'

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