metis_verify_tool
Run Metis cognition and verification on a question or task, returning an answer with verify score and status. Choose from fast, thinking, council, or agent routes to control depth.
Instructions
Run Metis cognition + verification on an input; returns answer plus verify_score/verified.
Calls the Metis /v1/verify API. Response includes machine-readable metadata
[verify_score=… status=… route=… verified=…] so agents can fail-closed when confidence
is insufficient. Configure AIMARKET_METIS_URL and optional AIMARKET_METIS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Question or task for Metis to answer through its cognition + verification envelope. Example: 'Is 2+2=4?' or 'Summarize the MIT license in one sentence.' | |
| route | No | Metis cognition depth: fast (single pass), thinking (deeper), council (multi-agent, default), agent (tool-using). Higher routes cost more latency but improve verify_score. | council |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |