prompt_template_fill
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Fill a prompt template with variables. Supports {{variable}} syntax and {{#if key}}...{{/if}} conditional blocks. Returns the filled prompt and lists unfilled variables.
Parameters schema
{
"type": "object",
"required": [
"template"
],
"properties": {
"strict": {
"type": "boolean",
"description": "Throw error if any variable is not provided (default: false)"
},
"template": {
"type": "string",
"description": "Prompt template with {{variable}} placeholders"
},
"variables": {
"type": "object",
"description": "Key-value pairs to fill (e.g. {\"name\":\"Alice\",\"role\":\"engineer\"})",
"additionalProperties": true
}
}
}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