Skip to main content
Glama

Prompt Cleaner MCP Server

by Da-Colon

normalize-prompt

Standardize and refine raw prompts by normalizing, restructuring, and clarifying text. Supports code and general modes, ensuring clean, consistent input for improved processing.

Instructions

Alias of cleaner. Keywords: normalize, restructure, clarify, tighten, format, preflight. Same input/output schema as 'cleaner'.

Input Schema

NameRequiredDescriptionDefault
modeNoRetouching mode; default 'general'. Use 'code' only for code-related prompts.
promptYesRaw user prompt
temperatureNoSampling temperature (0-2); default 0.2

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "Retouching mode; default 'general'. Use 'code' only for code-related prompts.", "enum": [ "code", "general" ], "type": "string" }, "prompt": { "description": "Raw user prompt", "type": "string" }, "temperature": { "description": "Sampling temperature (0-2); default 0.2", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Prompt Cleaner 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/Da-Colon/prompt-cleaner-mcp'

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