# Microgram: user-user-create

`station__algovigilance__microgram-user-user-create` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

/// Tier: T2-C (∃ + ∂ + μ — identity creation with auth boundary)

## Agent metadata

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

## Input schema

- `display_name` *string* (required) — Display name
- `password` *string* (required) — Password
- `role` *string* (required) — Input parameter role.
- `username` *string* (required) — Username

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-user-user-create",
    "arguments": {
      "display_name": "",
      "password": "",
      "role": "",
      "username": ""
    }
  }
}
```

## Related

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