preview_watchlist
ActiveTool of 13FLOW
declared in 1.0.0
Evaluate 1 to 25 tickers against trusted 13F flow, quality gates and explainable watch/monitor/block triggers.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tickers"
],
"properties": {
"tickers": {
"type": "array",
"items": {
"type": "string",
"maxLength": 12,
"minLength": 1
},
"maxItems": 25,
"minItems": 1
},
"movement_limit": {
"type": "integer",
"default": 3,
"maximum": 10,
"minimum": 0
},
"include_quality_details": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
13FLOW
https://github.com/bluetouff/13flow
1/7 registries