Skip to main content
Glama
Platano78

Smart-AI-Bridge

manage_conversation

Manage conversation threads across sessions: start new topics, continue past conversations, search history, or get analytics.

Instructions

Manage conversation threading across sessions. Start new conversations, continue existing ones, search conversation history, or get analytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: start (new thread), continue (with continuation_id), resume (with thread_id), history (get thread history), search (search conversations), analytics (get analytics)
thread_idNoThread ID to resume or get history (optional)
continuation_idNoContinuation ID from previous response (optional)
topicNoTopic for new conversation (optional)
queryNoSearch query for conversations (optional)
user_idNoUser identifier (optional, defaults to "default")
platformNoPlatform identifier (optional)
limitNoLimit for history results (optional, default 10)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It lacks information on potential side effects, authentication requirements, rate limits, or error handling. The summary of actions is present but no deeper behavioral traits are revealed.

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 with only two sentences. The first sentence states the overall purpose, and the second lists the actions. No extraneous information, and the key points are front-loaded.

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 tool's complexity (8 parameters, multiple actions, no output schema, no annotations), the description is too brief. It does not explain what each action returns, prerequisites (e.g., thread_id for resume), or how results are structured. Important contextual details are missing.

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 description coverage is 100%, so the baseline is 3. The description does not add significant new meaning beyond the schema; it merely reiterates the actions. However, it provides a concise overview that may help an agent quickly grasp the action options.

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: managing conversation threading across sessions. It lists specific actions (start, continue, search, etc.) which distinguishes it from sibling tools like 'ask' or 'analyze_file' that serve different functions.

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 does not provide when to use this tool versus alternatives. It only enumerates actions without explaining the context or criteria for choosing this tool over others, such as when to use 'ask' for a simple question instead of starting a conversation here.

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/Platano78/Smart-AI-Bridge'

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