# Microgram: academy-decompose-ksb

`station__algovigilance__microgram-academy-decompose-ksb` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Decompose a learning topic into the KSB framework: Knowledge (facts, concepts, theories), Skills (practical abilities, techniques), Behaviors (attitudes, professional conduct). Returns 2-4 components per category with learning objectives, key points, examples, and assessment criteria. Foundation step for course generation.

## Agent metadata

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

## Input schema

- `topic` *string* (required) — Learning topic to decompose (e.g., 'Signal Detection in Pharmacovigilance')
- `domain` *string* — Domain area (e.g., 'Pharmacovigilance', 'Regulatory Affairs')

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-academy-decompose-ksb",
    "arguments": {
      "topic": ""
    }
  }
}
```

## Related

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