# Microgram: cortex-cortex-generate

`station__algovigilance__microgram-cortex-cortex-generate` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

This tool returns engine readiness info and generation parameters.

## Agent metadata

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

## Input schema

- `max_tokens` *number* (required) — Input parameter max_tokens.
- `prompt` *string* (required) — The prompt to generate from
- `repo_id` *string* (required) — HuggingFace repo ID of the model to use
- `temperature` *number* (required) — Input parameter temperature.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-cortex-cortex-generate",
    "arguments": {
      "max_tokens": 0,
      "prompt": "",
      "repo_id": "",
      "temperature": 0
    }
  }
}
```

## Related

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