Skip to main content
Glama

qq_take_disc_change

Poll for a pending disc change request from the owner in QQ private chat. Returns true once when a new-conversation signal is pending, prompting the connector to start a fresh session.

Instructions

Check if the owner requested a DISC CHANGE (换碟) in private chat. Returns true once if a new-conversation signal is pending (connector should start a fresh session), false otherwise. Poll after handling inbox messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full responsibility, and it does well: it discloses that the tool 'returns true once if a new-conversation signal is pending' and 'false otherwise,' and explains the meaning ('connector should start a fresh session'). It also implies a consumption behavior ('true once') without being overly verbose. It doesn't mention edge cases or side effects, but as a read-only check, this is sufficient.

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 two concise sentences, front-loaded with the core purpose and the return value context. Every word earns its place: it states the check, the return behavior, and the recommended usage timing without redundancy or filler.

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

Completeness5/5

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

For an extremely simple tool (no params, no output schema, no nested objects), the description is complete. It tells the agent what the tool does, what it returns, and when to call it. An agent can confidently invoke it without additional information. The meaning of 'true' is explicitly tied to starting a fresh session, closing the loop.

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

Parameters4/5

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

The tool has zero parameters, and the schema is empty with 100% coverage. The baseline for zero parameters is 4, and the description adds no parameter information because none exists. No further explanation is needed.

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 purpose: 'Check if the owner requested a DISC CHANGE (换碟) in private chat.' It uses a specific verb ('check') and resource (the DISC CHANGE request), and the behavior is unambiguously defined. It differentiates from sibling tools like qq_send or qq_poll_inbox, which serve entirely different functions, by focusing on a specific signal rather than messaging or inbox operations.

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 gives clear context on when to use it: 'Poll after handling inbox messages.' This tells the agent the timing relative to other operations. However, it doesn't explicitly mention when NOT to use it or name alternative tools, though the sibling set makes it obvious this is distinct from sending or waiting. The guidance is actionable but lacks explicit exclusions.

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/HUliangwei/qq-onebot-mcp'

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