Skip to main content
Glama

mempalace_wake_context

Read-onlyIdempotent

Loads privacy-scoped memory context at chat start. Choose global for curated preferences or scoped for one explicit wing, never widening beyond the requested scope.

Instructions

Start here for memory-relevant chats. Returns bounded privacy-scoped startup context: global mode loads only curated wing=global profile/preferences/working-style drawers; scoped mode requires an explicit wing and never widens to other scopes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesUse global for curated cross-project orientation or scoped for one explicit wing.
roomNoOptional room hard filter within the requested wing.
wingNoRequired in scoped mode; identifies the wing whose context may be loaded.
max_charsNoMaximum total context characters returned across selected drawers.
max_itemsNoMaximum number of context drawers to include.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
scopeYes
limitsYes
withheldYes
instructionsYes
context_itemsYes
Behavior5/5

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

Beyond the annotations (read-only, idempotent, non-destructive), the description discloses that the context is bounded, privacy-scoped, only loads curated drawers in global mode, and never widens in scoped mode. These are substantive behavioral guarantees not present in the annotations, providing clear transparency about scope and limits.

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 concise and front-loaded with the key call-to-action ('Start here'), followed by precise mode behaviors. Every sentence adds value; there is no fluff, and it is well-structured for quick parsing.

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

Completeness5/5

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

Given the presence of a complete input schema, annotations, and an output schema, the description covers the essential conceptual aspects: purpose, mode behavior, scoping rule, and bounded nature. It does not need to explain return values because the output schema exists, and the tool's complexity is well-addressed.

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 already provides 100% coverage with descriptions for all parameters, so the baseline is 3. The description adds semantic meaning by explaining that global mode uses wing=global curated content and that scoped mode requires an explicit wing, which directly clarifies how to interpret mode and wing. It also ties the bounded nature of results to the max_chars/max_items parameters.

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 it is the starting point for memory-relevant chats and returns bounded, privacy-scoped startup context, with distinct global and scoped modes. It distinguishes itself from sibling tools by emphasizing it is an entry-point aggregator that loads curated drawers, not a search or single-get operation.

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 gives explicit when-to-use context ('Start here for memory-relevant chats') and clarifies that scoped mode requires an explicit wing and never widens scopes. However, it does not explicitly name alternative sibling tools or state when not to use it, so it falls short of full exclusion 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/nazar256/memheaven'

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