# Microgram: foundation-foundation-fuzzy-search

`station__algovigilance__microgram-foundation-foundation-fuzzy-search` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Batch fuzzy search (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

- `candidates` *object* (required) — Candidate strings to search against
- `limit` *number* (required) — Input parameter limit.
- `query` *string* (required) — Query string to search for

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-foundation-foundation-fuzzy-search",
    "arguments": {
      "candidates": {},
      "limit": 0,
      "query": ""
    }
  }
}
```

## Related

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