# Prompt Refiner

Transforms vague prompts into detailed, structured, and actionable instructions. Improves the quality of results by automatically adding necessary context and clarity. Streamlines workflows by automa…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add waleed-2002/prompt-enhancer

# Browse available tools
npx -y @smithery/cli@latest tool list waleed-2002/prompt-enhancer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get waleed-2002/prompt-enhancer enhance_prompt

# Call a tool
npx -y @smithery/cli@latest tool call waleed-2002/prompt-enhancer enhance_prompt '{}'
```

## Direct MCP Connection

Endpoint: `https://prompt-enhancer--waleed-2002.run.tools`

**Required config:**
- `openaiApiKey` (query) — Your OpenAI API key. Get one at platform.openai.com

## Tools (1)

- `enhance_prompt` — Rewrites a short/vague prompt into a detailed, structured, actionable prompt

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get waleed-2002/prompt-enhancer <tool-name>
```
