Get Okareo Templates
get_templatesGet ready-to-use prompt templates for building Okareo test scenarios, checks, and drivers. Works offline.
Instructions
Retrieve prompt templates for common Okareo patterns.
Returns starter templates for building Okareo test components. These
templates are served as static content from the MCP — no network calls
required. Always available, even in air-gapped environments.
Available templates:
- basic_scenario: Template for creating a basic Okareo test scenario
- boolean_check_prompt: Template for a pass/fail (boolean) check prompt
- score_check_prompt: Template for a scored check prompt
- check_code: Template for a code-based check (Python function)
- target_validate_check_prompt: Template for validating target output
- driver_prompt: Template for a Driver persona prompt
- driver_voice_extension_prompt: Template for voice interaction extensions
- analysis_check_prompt: Template for an analysis check (qualitative feedback)
Args:
template_name: Template identifier to retrieve. Omit to get a
lightweight listing of all available templates (names and
descriptions only). Provide a template_name to get the full
template content. Valid values: basic_scenario,
boolean_check_prompt, score_check_prompt, check_code,
target_validate_check_prompt, driver_prompt,
driver_voice_extension_prompt, analysis_check_prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |