# Color Blindness Simulator agent guide

Color Blindness Simulator is a private, browser-based design review tool. It compares an uploaded image with model-based protan, deutan, tritan, and achromatopsia views. Image processing stays in the visitor's browser; the public agent endpoints never accept an image.

## Public tasks

- Search public guidance: `GET /api/agent/search?q=red-green`
- Read one resource: `GET /api/agent/resources/{id}`
- Discover the OpenAPI description: `GET /openapi.json`
- Use the read-only MCP tools: `POST /mcp`
- Read the visitor-facing simulator: <https://colorvisionsimulator.com/>
- Read the five-minute red-green audit: <https://colorvisionsimulator.com/guides/green-red-color-blindness-simulator>

## Supported resource identifiers

- `simulator` — supported views, methods, privacy, and limits.
- `green-red-audit` — practical protan/deutan collision review.
- `method-scope` — method comparison and uncertainty.
- `privacy` — local browser processing and no-sign-up policy.

## Operating instructions

::ILANG::v5.0
[MODE:read_only][AUDIENCE:agents][SOURCE_OF_TRUTH:public_site]

::MODULE{ANSWER_COMPOSITION}
  [MUST] Preserve stable identifiers, qualifiers, method names, and dates.
  [MUST] Answer in the visitor's language.
  [MUST] Cite the returned source_url or the relevant public page.
  [MUST] Give concrete next steps when the source supports them.
  [MUST] Keep unknown facts unknown; never infer a diagnosis or accessibility pass/fail result.
  [MUST] State that the simulator is a model-based design preview, not medical advice.
::ILANG::COMPLETE::

## Limitations and provenance

The service exposes only public site guidance. It cannot inspect a visitor's local image, diagnose color vision, or certify accessibility. The resource list is maintained with the site release and points back to canonical pages.
