Skip to main content
Glama
dacebt

Prompt Cleaner MCP Server

by dacebt
use_tools.ts552 B
import { callTool } from "../src/tools.js"; async function run() { try { const health = await callTool("health-ping", {}); console.log("HEALTH:", JSON.stringify(health, null, 2)); const cleaned = await callTool("cleaner", { prompt: "Make this more professional and concise: 'pls fix the bug soon thx'", mode: "general", temperature: 0.2, } as any); console.log("CLEANER:", JSON.stringify(cleaned, null, 2)); } catch (e: any) { console.error("ERROR:", e?.message || e); process.exit(1); } } run();

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/dacebt/prompt-cleaner-mcp'

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