Skip to main content
Glama

chatgpt_select_model

Selects the active model for the current ChatGPT conversation through the web interface and validates that the model is applied. Use model names from chatgpt_list_models.

Instructions

按“当前档位→高级→模型”选择当前对话使用的模型,并校验结果。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes模型菜单显示的完整或唯一名称;建议先调用 chatgpt_list_models。
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose that the tool selects a model and then validates the result ('并校验结果'), and it gives the navigation path. However, it does not explain what happens on failure, whether the previous model selection is overwritten, or what the verification returns, leaving some behavioral ambiguity.

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 a single densely packed sentence that front-loads the action, includes the relevant navigation path, and states the verification behavior. There is no filler or redundant restatement of the tool name.

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 simple one-parameter tool, the description plus schema provides enough context to call it correctly: what to select, how to identify the model, and the fact that the result is checked. The only notable omission is explicit output or error behavior, but that is a minor gap for this low-complexity selector.

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 model parameter is already well documented as the full or unique name shown in the model menu, with a recommendation to call chatgpt_list_models first. The tool description adds no additional parameter-level meaning, so it neither needs to compensate nor adds value here.

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 states a specific action: selecting the model used by the current conversation, following a defined UI path, and then verifying the result. It clearly distinguishes this from sibling selectors such as chatgpt_select_mode, chatgpt_select_thinking_level, and chatgpt_select_answer_tier because the target resource is explicitly the model.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly establishes the context: use this when you need to choose the model for the current conversation. The parameter schema adds sequencing guidance by recommending chatgpt_list_models first. It does not explicitly name alternative tools or exclusions, but the model-specific wording makes the intended use obvious among the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/dinhthangqt/chatgpt-web-mcp-hermes'

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