You're viewing a demo portfolio

Join the waitlist
PRSM

prompt_template_fill

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →
prompt_template_fill — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP