Skip to main content
Glama

start_conversation

Initialize a new conversation session with Gemini AI to maintain message history and context for multi-turn interactions.

Instructions

INITIALIZE CONVERSATION SESSION - Creates new conversation context for multi-turn chat with Gemini. Generates unique ID if not provided. Stores message history for context continuity. Returns conversationId to use in subsequent chat calls. USAGE: Call before first chat or to start fresh context. Pass returned ID to chat tool's conversationId parameter for continuation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptional custom conversation ID
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it creates a new context, generates IDs if not provided, stores message history, and returns a conversationId for continuity. However, it lacks details on potential errors, session limits, or persistence duration, which would be useful for a tool managing conversational state.

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 front-loaded with a clear purpose in the first sentence and efficiently structured into two sentences that cover initialization, behavior, and usage. While slightly verbose with capitalized headings, every sentence adds necessary information without waste, making it highly effective for an AI agent.

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 tool with no annotations, no output schema, and a simple input schema, the description is quite complete. It explains the tool's role in a multi-turn chat system, its behavior, and integration with sibling tools. However, it could improve by mentioning output specifics (e.g., format of conversationId) or error cases, given the lack of structured output documentation.

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 description coverage is 100%, so the schema already documents the single optional 'id' parameter. The description adds value by explaining the parameter's purpose ('Generates unique ID if not provided') and its role in the workflow, but does not provide additional syntax or format details beyond what the schema implies. Given the single parameter and high coverage, this exceeds the baseline of 3.

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 with specific verbs ('INITIALIZE', 'Creates', 'Generates', 'Stores', 'Returns') and resources ('conversation session', 'new conversation context', 'unique ID', 'message history', 'conversationId'). It distinguishes from sibling tools by explicitly mentioning its role in the Gemini chat workflow and referencing the 'chat' tool for continuation.

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?

The description provides explicit guidance on when to use this tool: 'Call before first chat or to start fresh context.' It also specifies how to use it in conjunction with alternatives: 'Pass returned ID to chat tool's conversationId parameter for continuation,' clearly differentiating it from the 'chat' and 'clear_conversation' siblings.

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/mintmcqueen/gemini-mcp'

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