Skip to main content
Glama

Qwen3-Coder MCP Server

by keithah

qwen3_code_optimize

Optimize code for performance, memory usage, or readability using Qwen3-Coder's AI model to improve code efficiency and maintainability based on specified criteria.

Instructions

Optimize code using Qwen3-Coder

Input Schema

NameRequiredDescriptionDefault
codeYesThe code to optimize
criteriaNoOptimization criteria (performance, memory, readability, etc.)
languageNoProgramming language of the code

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The code to optimize", "type": "string" }, "criteria": { "description": "Optimization criteria (performance, memory, readability, etc.)", "type": "string" }, "language": { "description": "Programming language of the code", "type": "string" } }, "required": [ "code" ], "type": "object" }

Other Tools from Qwen3-Coder MCP Server

Related Tools

    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/keithah/qwen3-coder-mcp'

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