Skip to main content
Glama
tt-a1i
by tt-a1i

briefing

Retrieve a structured context summary for a memory space to restore user profile, recent episodes, key facts, and foresights at the start of a new session.

Instructions

Get a structured context briefing for a memory space. Call this at the start of a new session to restore high-value context quickly. Returns: user profile, recent episodes, key facts, and foresights. When formal profile memories are unavailable, briefing may surface explicit fallback metadata and label it as such. This is the fastest way to catch up on the most important currently available context in a space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoOptional user ID to filter memories. Defaults to the MCP client's identity.
end_timeNoISO 8601 end time for filtering (naive values default to UTC)
space_idYesMemory space to summarise
max_itemsNoMax items per section
start_timeNoISO 8601 start time for filtering (naive values default to UTC)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by detailing what the tool returns (user profile, recent episodes, key facts, foresights) and explicitly mentions a fallback behavior: 'When formal profile memories are unavailable, briefing may surface explicit fallback metadata and label it as such.' This goes beyond a simple read tool description, though it does not explicitly state whether the operation is read-only or if there are side effects. It is transparent about its output and edge-case handling, so a 4 is warranted.

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, with about four sentences, each adding necessary information: core purpose, usage timing, return contents, and fallback behavior. It is front-loaded with the primary action and avoids filler. Every sentence earns its place, making it efficient for an agent to parse.

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 tool has 5 parameters, no output schema, and no annotations, the description does a good job of covering essential context. It explains the return structure (user profile, episodes, facts, foresights) and notes the fallback scenario, which is important for agent expectations. It does not elaborate on time-range parameters or max_items, but these are well-documented in the schema. Minor gaps like error behavior or performance limitations are not addressed, but overall the description is sufficient for an agent to use this tool effectively, earning a 4.

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 schema covers 100% of the parameters with descriptions, so the baseline is 3. The tool description does not add meaningful parameter-specific semantics beyond what the schema already provides. It implies a 'memory space' maps to space_id, but this is already evident from the schema. Since the description does not compensate or elaborate on parameter usage, a 3 is appropriate.

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 the tool's function: 'Get a structured context briefing for a memory space.' It specifies the resource (memory space) and the output type (structured briefing), and distinguishes it from sibling tools like recall or fetch_history by framing it as a session-start summary. The phrase 'restore high-value context quickly' makes the intent unambiguous.

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 explicitly says 'Call this at the start of a new session to restore high-value context quickly,' providing a clear use case. It also claims it is 'the fastest way to catch up on the most important currently available context,' which helps an agent decide when to use it. It does not name specific alternatives or exclusions, but the guidance is strong enough to warrant a 4.

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/tt-a1i/everos-mcp'

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