Skip to main content
Glama

chatgpt_route_new_chat

Route a new ChatGPT chat adaptively: default to the high tier, but if Pro is requested, probe for gpt-5.6-pro to stay in Pro, falling back to standard when gpt-5.5-mini appears.

Instructions

按可配置策略新建并发送:普通请求使用“极高”;明确请求 Pro 时先执行临时身份探针,命中“gpt-5.6-pro”才在正常对话继续使用“Pro”,命中“gpt-5.5-mini”则回退默认档位,其他回答停止。浏览器始终常驻。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
waitNo
filesNo
promptYes最终正常对话要发送的实际提示词。
timeoutMsNo
forceProbeNo是否忽略会话级 Pro 探针缓存;仅在用户明确要求时设为 true。
requestProNo用户是否明确要求 Pro。
Install Server

TDQS

A3.9/5.0
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. It transparently discloses the conditional probe logic, three possible probe outcomes, fallback behavior, and the fact that the browser remains resident. It does not describe error/return behavior, but the main operational behavior is well covered.

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 dense but contains no filler; every clause contributes. However, it is packed into a long run-on sentence with semicolons, and the final note about the browser being resident could be better separated or structured.

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?

Given the tool's conditional complexity, no annotations, and no output schema, the description covers the core routing behavior well but omits return values, error/stop semantics, parameter details, and how it relates to sibling tools. It is usable but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 43%, and the description does not compensate for undocumented parameters such as mode, wait, files, and timeoutMs. It adds strategic context around requestPro and forceProbe, but leaves most parameters without meaningful explanation beyond the 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 verb and resource: 新建并发送 (create and send) a new chat, with a specific configurable strategy. It also distinguishes itself from siblings by describing the routing/probing behavior, making it unlike plain chatgpt_new_chat or chatgpt_probe_pro_identity.

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?

It gives clear usage context: normal requests use the high default, explicit Pro requests trigger a temporary identity probe, with specific fallback behavior. It does not explicitly name alternatives or state when not to use this tool, but the strategy description makes the intended use clear.

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