Skip to main content
Glama
tm42
by tm42

session_start

Start a session to receive initial context and a quick start guide. If memory is empty, prompts user to choose between project-local or global memory scope.

Instructions

Signal session start and get initial context. Returns quick_start guide with tool usage. IMPORTANT: If memory is empty, ask user whether to use project-local or global memory scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_hintNoOptional project name or path for context
Behavior2/5

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

Without annotations, the description must cover behavioral traits. It mentions returning a quick_start guide and the memory scope decision, but does not disclose side effects (e.g., session creation state), authorization needs, or idempotency. The behavioral disclosure is minimal.

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 concise with two short sentences plus an emphasized note. It front-loads the core action. Minor fragmentation but overall efficient.

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

Completeness2/5

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

Given the lack of output schema, the description should elaborate on return value and side effects. It only vaguely mentions 'Returns quick_start guide' and fails to explain session lifecycle implications, making it incomplete for a session start tool.

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 coverage is 100%, and the description adds no extra meaning to the parameter beyond the schema's own description. Baseline score of 3 is appropriate as the description does not compensate further.

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 purpose: 'Signal session start and get initial context.' It uniquely identifies the action among siblings like 'session_end' and memory operations. The additional note about memory scope further specifies behavior.

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?

The description gives a conditional instruction for when memory is empty, which helps in usage. However, it lacks explicit guidance on when not to use this tool or mention of alternatives. The context is generally clear for a session start tool.

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/tm42/mnemograph'

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