get_risk_assessment_scorecard
Retrieve a risk assessment scorecard in Markdown or JSON format to evaluate safety concerns or justify warnings for AI forecasting and prediction use cases on Chronulus MCP Server. Requires session_id.
Instructions
A tool that retrieves the risk assessment scorecard for the Chronulus Session in Markdown format
When to use this tool:
- Use this tool when the use asks about the risk level or safety concerns of a forecasting use case
- You may also use this tool to provide justification to a user if you would like to warn them of the implications of what they are asking you to forecasting or predict.
How to use this tool:
- Make sure you have a session_id for the forecasting or prediction use case
- When displaying the scorecard markdown for the user, you should use an MDX-style React component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
as_json | Yes | If true, returns the scorecard in JSON format, otherwise returns a markdown formatted scorecard | |
session_id | Yes | The session_id for the forecasting or prediction use case |