You're viewing a demo portfolio

Join the waitlist
PRSM

few_shot_formatter

Active

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

declared in 1.0.0

Format few-shot examples for LLM prompts. Converts example pairs into formatted blocks. Supports chat format (User/Assistant), XML tags, Markdown, or plain text.

Parameters schema

{
  "type": "object",
  "required": [
    "examples"
  ],
  "properties": {
    "format": {
      "enum": [
        "chat",
        "xml",
        "markdown",
        "plain"
      ],
      "type": "string",
      "description": "Output format (default: chat)"
    },
    "examples": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "input": {
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "output": {
            "type": "string"
          }
        }
      },
      "description": "Array of {input, output} pairs"
    },
    "input_label": {
      "type": "string",
      "description": "Label for input (default: User / <input>)"
    },
    "output_label": {
      "type": "string",
      "description": "Label for output (default: Assistant / <output>)"
    }
  }
}

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 →
few_shot_formatter — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP