Skip to content

Tool name conflict: search in supermemory-mcp causes Qwen Code CLI error #13

@Tony-ooo

Description

@Tony-ooo

The supermemory-mcp server includes a built-in tool named search, which causes Qwen Code CLI to throw an error due to a reserved keyword conflict. In Qwen, search is a protected internal tool name and cannot be overridden or redefined by user-defined MCP tools.

Error Message:
✕ [API Error: 400 <400> InternalError.Algo.InvalidParameter: Tool names are not allowed to be [search]]
Suggested Fix:

Please consider renaming the built-in search tool to avoid this conflict. Tool names like searchTool, customSearch, or superSearch would be acceptable alternatives.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions