Skip to main content
Glama

Help

Display help information for the Qwen CLI tool to understand available commands and usage instructions.

Instructions

Display Qwen CLI help information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'helpTool' UnifiedTool defining the 'Help' tool. Includes the execute handler logic that runs the Qwen CLI with --help flag using executeSimpleCommand.
    export const helpTool: UnifiedTool = { name: "Help", description: "Display Qwen CLI help information", category: "simple", zodSchema: z.object({}), execute: async () => { return executeSimpleCommand(CLI.COMMANDS.QWEN, ["--help"]); }, prompt: { name: "help", description: "Show Qwen CLI help and available options", arguments: [] } };
  • Zod input schema for the Help tool (no parameters required).
    zodSchema: z.object({}),
  • Registration of the helpTool in the tools registry.
    registerTool(helpTool);

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/Jaggerxtrm/qwen-mcp-tool'

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