Skip to main content
Glama
TakashiAihara

gemini-web-mcp

gemini_chat_new

Start a new Gemini chat conversation by sending a prompt and receive the reply. Optionally choose a model or enable enhanced thinking for complex questions.

Instructions

新規 conversation を作って prompt を投げ、応答を返す。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYeslocal の identifier。[a-zA-Z0-9_-]{1,64}。
modelNoUI 表記 ("3.6 Flash")、display 名 ("Pro")、model_id のいずれでも可。一覧は gemini_models_list。省略時は env `GEMINI_WEB_MCP_DEFAULT_MODEL`、未設定なら "Pro"。
promptYes質問本文。
thinkingNo強化思考モード (UI 表記「Flash 拡張」等)。腰を据えて考えさせたい難問向け。応答は遅くなるが thoughts に思考過程が返る。会話ごとに固定され gemini_chat_continue にも引き継がれる。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
labelYes
metadataYes
thinkingNo
thoughtsNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. However, it only states the basic action, with no mention of side effects (e.g., conversation persistence), auth needs, or rate limits. The description does not add behavioral context beyond what the name already implies.

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 a single, compact sentence that communicates the core purpose without any fluff. It is appropriately front-loaded and every word contributes to the meaning, though it could benefit from slightly more detail on usage.

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

Completeness3/5

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

With an output schema present and a well-covered input schema, the description is minimally sufficient for a simple creation tool. However, it omits the persistent side effect of creating a stored conversation and any caveats, which would be valuable given the absence of annotations.

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 provides 100% coverage with thorough descriptions for each parameter (label format, model options, thinking mode). The tool description itself adds no parameter-specific meaning beyond the schema, which meets the baseline for a fully documented schema.

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 action: create a new conversation, send the prompt, and return a response. The use of '新規' (new) distinguishes it from sibling tools like gemini_chat_continue, which handles existing conversations.

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 tool's name and the phrase '新規 conversation' imply it is for starting fresh conversations, but the description does not explicitly state when to choose this over gemini_chat_continue or mention any exclusions. Usage context is implied rather than clearly spelled out.

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