# Microgram: rust-dev-rust-dev-error-type

`station__algovigilance__microgram-rust-dev-rust-dev-error-type` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Rust Dev Error Type (station-routed tool migrated from catalog)

## Agent metadata

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

## Input schema

- `name` *string* (required) — Module or type name prefix (used for the error type, e.g. "MyService" -> MyServiceError)
- `use_thiserror` *boolean* (required) — Input parameter use_thiserror.
- `variants` *object* (required) — Error variant specifications

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-rust-dev-rust-dev-error-type",
    "arguments": {
      "name": "",
      "use_thiserror": false,
      "variants": {}
    }
  }
}
```

## Related

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