system_prompt_builder
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Build a structured system prompt from components: role, task, constraints, output format, tone, language, and examples. Generates a production-ready system prompt with token estimate.
Parameters schema
{
"type": "object",
"required": [
"role"
],
"properties": {
"role": {
"type": "string",
"description": "Role/persona (e.g. \"Senior QA Engineer\", \"JSON extraction assistant\")"
},
"task": {
"type": "string",
"description": "Main task or objective"
},
"tone": {
"enum": [
"professional",
"friendly",
"concise",
"technical",
"educational"
],
"type": "string",
"description": "Communication tone"
},
"examples": {
"type": "string",
"description": "Brief examples to include"
},
"language": {
"type": "string",
"description": "Response language (e.g. \"French\")"
},
"constraints": {
"type": "array",
"items": {
"type": "string"
},
"description": "Rules and constraints to follow"
},
"output_format": {
"type": "string",
"description": "Expected output format description"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries