# Microgram: microgram-run-appe-rubric-scorer

`station__algovigilance__microgram-microgram-run-appe-rubric-scorer` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

APPE Ch7.6: Behavioral anchor rubric scorer — rates a single observation on the 4-point scale (1=Beginning to 4=Exemplary) across three dimensions

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `communication_effectiveness` *number* (required) — Input parameter: communication_effectiveness
- `regulatory_knowledge` *number* (required) — Input parameter: regulatory_knowledge
- `integration_quality` *number* (required) — Input parameter: integration_quality

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-appe-rubric-scorer",
    "arguments": {
      "communication_effectiveness": 0,
      "regulatory_knowledge": 0,
      "integration_quality": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-appe-rubric-scorer](/tools/algovigilance__microgram-microgram-run-appe-rubric-scorer) — HTML page
- [/tools/algovigilance__microgram-microgram-run-appe-rubric-scorer/json](/tools/algovigilance__microgram-microgram-run-appe-rubric-scorer/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
