# Microgram: education-edu-lesson-add-step

`station__algovigilance__microgram-education-edu-lesson-add-step` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Add a step to a lesson.

## Agent metadata

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

## Input schema

- `body` *string* — Input parameter body.
- `concept` *string* — Input parameter concept.
- `lesson_id` *string* (required) — Lesson identifier.
- `prompt` *string* — Input parameter prompt.
- `solution` *string* — Input parameter solution.
- `step_type` *string* (required) — Step type: "text", "exercise", "decomposition".
- `title` *string* (required) — Step title.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-education-edu-lesson-add-step",
    "arguments": {
      "lesson_id": "",
      "step_type": "",
      "title": ""
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-education-edu-lesson-add-step](/tools/algovigilance__microgram-education-edu-lesson-add-step) — HTML page
- [/tools/algovigilance__microgram-education-edu-lesson-add-step/json](/tools/algovigilance__microgram-education-edu-lesson-add-step/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
