Skip to main content
Glama

brief

Read-only

Access compact Claude-native memory at conversation start. Use scope to control context footprint: full for complete static memory or query for live working set with relevant past notes.

Instructions

Compact Claude-native memory brief. CALL AT THE START OF EVERY CONVERSATION.

Format is dense, structural, not designed for human reading. Pass the user's first message as query to inline semantically relevant past notes.

scope controls how much is rendered (context-footprint knob): 'full' (default) — the complete brief: static memory (core_memory, style, verbatim, user_model, concepts, weak_spots) + live working set + nudges. Use for the FIRST call of a session. 'query' — only the live working set (ctx, inbox, tasks, threads) plus the query-relevant hits, skipping the static memory the SessionStart hook already injected once. Use for MID-SESSION calls so brief(query=...) doesn't re-emit the whole blob each turn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNo
queryNo
scopeNofull

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare read-only. Description adds rich behavioral context: it returns a dense, structural brief not for human reading, explains the format (static memory + live working set + nudges), and details scope control. No contradictions.

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 well-structured with front-loaded instruction, clear formatting for scope options, and no wasted words. Slightly longer than necessary but still 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 the existence of an output schema, the description adequately covers purpose, behavior, and most parameters. The omission of 'k' is a minor gap, but overall the agent can use this tool correctly.

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?

With 0% schema coverage, the description explains 'query' and 'scope' in detail, but the 'k' parameter (integer, default 6) is completely undocumented. This partial coverage justifies a midpoint score.

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 states it retrieves a compact memory brief and should be called at the start of every conversation. It distinguishes between first and mid-session calls via scope, but does not explicitly differentiate from sibling tools like 'context'.

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 instructs to call at the start of every conversation and provides detailed guidance on when to use 'full' vs 'query' scope, including how to pass the user's first message as query. Offers clear usage rules.

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/po4erk91/thread-keeper'

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