# Microgram: engram-engram-ingest

`station__algovigilance__microgram-engram-engram-ingest` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Ingest knowledge from a source file/directory into the store.

## Agent metadata

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

## Input schema

- `path` *string* (required) — Path to the source file or directory.
- `source_type` *string* (required) — Source type: "memory_md", "brain_dir", "lessons_jsonl", or "implicit_json".

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-engram-engram-ingest",
    "arguments": {
      "path": "",
      "source_type": ""
    }
  }
}
```

## Related

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