set_threshold
Define the minimum significance threshold (1-10) for insights generated by the MCP Contemplation server, ensuring relevant and actionable cognitive processing during background operations.
Instructions
Set minimum significance threshold for insights
Input Schema
Name | Required | Description | Default |
---|---|---|---|
significance_threshold | Yes | Minimum significance 1-10 |
Input Schema (JSON Schema)
{
"properties": {
"significance_threshold": {
"description": "Minimum significance 1-10",
"maximum": 10,
"minimum": 1,
"type": "number"
}
},
"required": [
"significance_threshold"
],
"type": "object"
}