Back to Report Blocks

ScoreInfo

Context
Report block

Displays compact score metadata inside a report.

What It Answers

  • Which score is this report about?
  • What is the score description?
  • When was this score last updated?

Use When

  • Adding context to composite reports.
  • Providing a lightweight header for score-specific report output.

Avoid When

  • You need metrics or feedback analysis.
  • The report already has enough score context.

Run From The CLI

Direct report commands are the simplest path for one-off usage. Saved report configurations use `plexus report config create` and `plexus report run`.

plexus report run --config "Score Overview"
plexus report config create --name "ScoreInfo Example" --file score-info.md
plexus report run --config "ScoreInfo Example"

Minimal Configuration

class: ScoreInfo
scorecard: "Customer Service QA"
score: "Medication Review: Dosage"

Live Rendered Example

Rendered with the same dashboard component used by generated reports.

ScoreInfo Example

Name:Medication Review: Dosage
Description:Checks whether the agent verified dosage information for current medications.
Accuracy:
84.0%
Last Updated:3/28/2026 02:30 PM

How To Interpret It

  • ScoreInfo is context, not analysis.
  • Use it to orient readers before deeper report blocks.