# Oryseal Agent tool reference

Oryseal exposes eight browser-local WebMCP tools. Discovery tools return public product information. Workflow tools coordinate the visible page without returning file bytes, key values, clipboard contents, browser paths, blob URLs, or downloaded result bytes.

## Discovery

- `oryseal_product_overview` summarizes the product, supported jobs, and local-processing model.
- `oryseal_list_pages` lists the product, Agent, security, and support routes.
- `oryseal_local_processing_boundary` explains file custody, permissions, key handling, and the absence of a remote processing service.

## Workflow

- `oryseal_prepare_workflow` opens Encrypt, Decrypt, or Verify and focuses the next required control.
- `oryseal_get_workflow_state` returns the route, stage, profile, next action, and browser-control requirement.
- `oryseal_apply_decryption_key` applies a clipboard or current-session key without returning it.
- `oryseal_run_ready_workflow` starts an operation only after its required inputs are ready.
- `oryseal_download_result` triggers the available browser download; encryption also triggers the separate key file.

See the [visible tool reference](https://seal.orylin.link/agent/tools/) and [workflow guide](https://seal.orylin.link/agent/workflows/).
