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
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | local の identifier。[a-zA-Z0-9_-]{1,64}。 | |
| model | No | UI 表記 ("3.6 Flash")、display 名 ("Pro")、model_id のいずれでも可。一覧は gemini_models_list。省略時は env `GEMINI_WEB_MCP_DEFAULT_MODEL`、未設定なら "Pro"。 | |
| prompt | Yes | 質問本文。 | |
| thinking | No | 強化思考モード (UI 表記「Flash 拡張」等)。腰を据えて考えさせたい難問向け。応答は遅くなるが thoughts に思考過程が返る。会話ごとに固定され gemini_chat_continue にも引き継がれる。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| label | Yes | ||
| metadata | Yes | ||
| thinking | No | ||
| thoughts | No |