You're viewing a demo portfolio

Join the waitlist
PRSM

system_prompt_builder

Active

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

declared in 1.0.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →