Skip to main content
Glama

Claude Code Prompt Engineer

by gr3enarr0w

auto_optimize

Transform natural language into optimized prompts for Claude Code. Analyzes text, detects context, and refines inputs to enhance prompt clarity and effectiveness.

Instructions

Automatically detects and optimizes natural language text for Claude Code. Use this when the user is writing conversational text that should be translated into an optimized prompt.

Input Schema

NameRequiredDescriptionDefault
contextNoAny additional context about the current project or situation
interactiveNoWhether to enable interactive questioning if the prompt is unclear or needs more info (default: auto-detect based on complexity)
textYesThe natural language text to analyze and potentially optimize

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Any additional context about the current project or situation", "type": "string" }, "interactive": { "description": "Whether to enable interactive questioning if the prompt is unclear or needs more info (default: auto-detect based on complexity)", "type": "boolean" }, "text": { "description": "The natural language text to analyze and potentially optimize", "type": "string" } }, "required": [ "text" ], "title": "auto_optimizeArguments", "type": "object" }
Install Server

Other Tools from Claude Code Prompt Engineer

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/gr3enarr0w/cc_peng_mcp'

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