Skip to main content
Glama
TakashiAihara

gemini-web-mcp

gemini_chat_continue

Send a follow-up prompt to an existing Gemini conversation and get its reply, preserving the original session's model for coherent multi-turn chats.

Instructions

既存 conversation に prompt を投げ、応答を返す。

モデルは会話開始時のものを引き継ぐ。Gemini は会話途中のモデル変更を ModelInvalid (error code 1050 = model inconsistent with history) で 拒否するため、途中変更は受け付けない。別モデルで訊きたい場合は gemini_chat_new で新しい label を作る。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes既存 session の label。
promptYes続きの質問本文。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
labelYes
metadataYes
thinkingNo
thoughtsNo
Behavior5/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 reveals important behavioral traits: model inheritance from conversation start, rejection of model changes with the specific error code 1050 (ModelInvalid), and the workaround via gemini_chat_new. This goes beyond what the tool's name implies and helps the agent avoid predictable errors.

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 concise and well-structured, with the primary purpose stated upfront in a single sentence. The second sentence adds critical technical context about model inheritance and error handling, each part earning its place. No unnecessary words or redundancy.

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 two-parameter tool with an output schema, the description is fairly complete. It covers the main operation, a key error scenario, and provides an alternative tool usage. However, it does not mention what happens if the label does not exist or if the conversation context is invalid, which could be relevant for error handling. Overall, it is sufficient but not exhaustive.

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 input schema already provides descriptions for both parameters (label as existing session label, prompt as continuation text) with 100% coverage. The description adds minimal new semantic information about the parameters, primarily restating the purpose of 'prompt' and 'label' in the context of continuing a conversation. Thus, a baseline score of 3 is appropriate.

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 function: sending a prompt to an existing conversation and returning a response. It specifies the resource (existing conversation) and action (send prompt), and distinguishes itself from siblings by explicitly mentioning that creating a new label with gemini_chat_new is the alternative for different models.

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 usage guidance, stating that the model is carried over from the conversation start and that mid-conversation model changes are rejected. It further recommends using gemini_chat_new to start a new label if a different model is desired, clearly defining when to use the alternative.

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

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