MCP tool

probierz_evaluate_figure

SIDE-EFFECTING: render a scientific reference/candidate pair, run deterministic geometry checks, score the declared visual rubric through the authenticated model router, and write immutable PNG evidence plus a JSON verdict.

Input schema#

JSON Schema
{
  "type": "object",
  "properties": {
    "referencePath": {
      "type": "string",
      "description": "Reference or intermediate SVG, TeX, PDF, or raster image."
    },
    "candidatePath": {
      "type": "string",
      "description": "Candidate or final SVG, TeX, PDF, or raster image."
    },
    "rubricPath": {
      "type": "string",
      "description": "Optional JSON rubric; uses the scientific-figure release rubric by default."
    },
    "texPreamblePath": {
      "type": "string",
      "description": "Optional LaTeX preamble lines added to the standalone wrapper used for TeX input."
    },
    "model": {
      "type": "string",
      "description": "Vision-capable model ID; defaults to PROBIERZ_FIGURE_VISION_MODEL."
    },
    "agentId": {
      "type": "string",
      "description": "Agent identity for subscription routes; the secret comes from PROBIERZ_MODEL_AGENT_SECRET."
    },
    "outputPath": {
      "type": "string",
      "description": "Optional destination ending in .json; existing evidence is never overwritten."
    }
  },
  "required": [
    "referencePath",
    "candidatePath"
  ]
}

Source snapshot#

Generated from `probierz-mcp` at https://github.com/wisent-ai/probierz.git revision `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.

The server reports version `0.1.0`; binary SHA-256: `79e1c2cd42a3f276f9b8558a22e2fed8ef9c0b905e7c8c4468b75df932836edb`; tools/list SHA-256: `856670843b435996d8cd5e1542c3001560c0cf11baf48a2c528f68e31600fdde`.