Skip to main content
Glama

Save conversation turn

save_conversation_turn

Saves a conversation turn (human, assistant, system, or tool) into UnClick history to maintain continuity and enable search. Use after each accepted human turn and assistant reply.

Instructions

Saves one human, assistant, system, or tool turn into UnClick conversation history so Orchestrator continuity can show and search it. Tethered seats should treat this as the primary receipt path after each accepted subscription chat human turn and after each assistant reply when the client can call tools. If this tool is unavailable, fail loud with UNTETHERED or use the documented API fallback instead of silently continuing. Use a stable session_id for the thread. Do not store secrets, API keys, passwords, one-time codes, or private credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesStable thread or chat session identifier
roleYesWho produced this turn
contentYesTurn text to save, with secrets removed
has_codeNoTrue when the turn contains code worth preserving for later context
Behavior4/5

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

No annotations provided, but description discloses the operation's purpose and warns against storing secrets. However, it lacks details on overwrite behavior, content size limits, or error responses, which would enhance transparency.

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?

Four sentences, all essential. Front-loaded with purpose, then usage guidelines, then parameters. No wasted words.

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?

The description is adequate for a simple write tool with no output schema. It explains the context (Orchestrator continuity) and constraints. Missing details on success/error feedback, but given the tool's simplicity, it's nearly complete.

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?

Schema covers all parameters with descriptions. The description adds context about using a stable session_id and ensuring content has secrets removed, which goes beyond schema. High schema coverage means baseline 3, so 4 reflects added value.

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 saves a turn from various roles into UnClick conversation history, with a specific verb and resource. It distinguishes itself from siblings by tying to Orchestrator continuity and being the primary receipt path.

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 specifies when to use (after accepted human turn and assistant reply when client can call tools), and provides fallback instructions if unavailable. Also advises using stable session_id and avoiding secrets.

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/malamutemayhem/unclick'

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