Skip to main content
Glama

context

Read-only

Retrieve runtime context including session ID, age, semantic status, database path, and thread counts for multi-agent coordination.

Instructions

Runtime context: session id, age, semantic on/off, db path, thread counts.

Returns structuredContent (ContextStatus) plus the legacy text block. The same snapshot is reachable read-only as the memory://context resource — both render through brief.render_context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
db_pathNo
semanticNo
session_idNo
started_age_sNo
thread_countsNo
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the agent knows it's a safe read. The description adds that the tool returns structuredContent plus legacy text and references the briefing system, but does not disclose other behavioral traits like latency or side effects. Adequate but not rich.

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 extremely concise: two short sentences plus a bullet-like list. Every sentence adds value, front-loading the core information about what context is returned.

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 that an output schema exists (context signals indicate so), the description does not need to fully detail return values. It provides a high-level list of fields and mentions the legacy text and resource alternative. Sufficient for a simple read-only tool.

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?

There are no parameters, so schema coverage is 100% and description cannot add parameter meaning. Baseline for 0 params is 4. The description helpfully lists the output fields (session id, age, etc.), which substitutes for parameter documentation.

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 clearly states what the tool returns (runtime context: session id, age, semantic on/off, db path, thread counts). It is a specific verb+resource but does not explicitly distinguish from siblings, though the tool's purpose is unique among the list.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It mentions an alternative access method (memory://context resource) but does not explain when one should be preferred over the other.

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