# Microgram: smart-goal-quality

`station__algovigilance__microgram-smart-goal-quality` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Hierarchical gate-tree scoring of SMART goals across all 5 dimensions. First checkbox/vague pattern wins. Returns tier and the failing dimension. v0.3 expands vague-word vocabulary per dimension (scaffolding placeholders, empty strings, hedge words).

## Agent metadata

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

## Input schema

- `measurable` *string* (required) — Input variable measurable
- `specific` *string* (required) — Input variable specific
- `time_bound` *string* (required) — Input variable time_bound
- `achievable` *string* (required) — Input variable achievable
- `relevant` *string* (required) — Input variable relevant

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-smart-goal-quality",
    "arguments": {
      "measurable": "",
      "specific": "",
      "time_bound": "",
      "achievable": "",
      "relevant": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-smart-goal-quality](/tools/algovigilance__microgram-smart-goal-quality) — HTML page
- [/tools/algovigilance__microgram-smart-goal-quality/json](/tools/algovigilance__microgram-smart-goal-quality/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
