Skip to main content
Glama
base76-research-lab

cognos-session-memory

load_session

Load the last verified session context that passed the trust threshold, returning a summary and inject-ready block for use in conversations.

Instructions

Load the last verified session context from CognOS Session Memory. Returns the summary and an inject-ready SESSION_CONTEXT block. Only returns context that passed the trust threshold — never injects low-confidence or stale sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thresholdNoMinimum trust score to accept (default 0.45).
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that it only returns context passing trust threshold, never injects low-confidence or stale sessions, and returns summary and block. However, it does not specify behavior when no session exists or error conditions.

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 sentences with no redundancy. First sentence states action and expected output; second adds critical constraint. Fully front-loaded and 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?

For a simple tool with one optional parameter and no output schema, the description covers purpose, return values, and trust threshold. It is complete enough for an agent to use correctly, though it omits edge cases like missing session.

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?

Schema coverage is 100% and the description adds minimal new insight beyond the schema. It reinforces the threshold's role but does not elaborate on format or usage semantics.

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?

Description clearly states 'Load' action on 'last verified session context from CognOS Session Memory' and specifies output: summary and inject-ready block. It distinguishes from sibling 'save_session' by verb and scope, and adds constraint about trust threshold.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies use for retrieving a verified session context but does not explicitly state when not to use or alternative tools. It mentions trust threshold but lacks exclusionary guidance such as 'use save_session to create a session'.

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/base76-research-lab/cognos-session-memory'

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