Check Public Trust Index Score
rai_check_trustLook up a third-party AI model or tool's public Trust Index score, certification, and incident history before invoking it. Returns known: false when no record exists, so agents can gate trust before calling.
Instructions
Check the public, independently-verifiable Trust Index score, certification status, and reported-incident history for a named AI model or tool BEFORE invoking it. Unlike every other rai_* tool, which evaluates output the caller itself produced, this one looks up a public record about a THIRD PARTY'S model or tool — built for agents and agent frameworks (LangChain, LangGraph, Google ADK) deciding whether to trust something before calling it. Free, no auth required, exact model+provider match. Queries the hosted ResponsibleAI Trust Index (configurable via the RAI_TRUST_API_BASE environment variable). Returns 'known: false' for anything never assessed — that is not an error, just an absence of data; self-assessment is free at POST /api/trust-index/assess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Exact provider name, e.g. 'openai' | |
| min_score | No | Minimum acceptable overall trust score (0-100). The response's 'passes' field reflects this threshold. | |
| model_name | Yes | Exact model or tool name, e.g. 'gpt-4o' |