0 / 4000
✅ Improved prompt
Send a POST request with JSON body. The mode field is optional (general or code).
curl -s -X POST https://massimo.mongardini.it/prompto/api \
-H 'Content-Type: application/json' \
-d '{"prompt": "your rough prompt here", "mode": "general"}' \
| python3 -m json.tool
Prompto applies established prompt engineering frameworks to rewrite your input into a precise, unambiguous prompt ready for any AI agent.
🧠 GENERAL MODE — COSTAR
Context ·
Objective ·
Style ·
Tone ·
Audience ·
Response format
Best for content, writing, analysis and communication tasks.
💻 CODE MODE — RISEN
Role ·
Instructions ·
Steps ·
End goal ·
Narrowing
Best for coding agents, technical tasks and multi-step workflows.
Learn more about prompt engineering frameworks in the full article on massimo.mongardini.it.