submit_estimate
ActiveTool of io.github.Timwal78/402proof
declared in 1.0.0
Submit an earnings estimate (opinion). Free; reputation is the stake.
Parameters schema
{
"type": "object",
"required": [
"ticker",
"analyst",
"fiscal_year",
"fiscal_period",
"predicted",
"thesis"
],
"properties": {
"metric": {
"enum": [
"eps",
"revenue"
],
"type": "string"
},
"thesis": {
"type": "string"
},
"ticker": {
"type": "string"
},
"analyst": {
"type": "string",
"description": "0x address (Base)"
},
"predicted": {
"type": "number"
},
"confidence": {
"type": "number"
},
"price_usdc": {
"type": "number"
},
"fiscal_year": {
"type": "number"
},
"fiscal_period": {
"enum": [
"Q1",
"Q2",
"Q3",
"Q4",
"FY"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.Timwal78/402proof
https://github.com/Timwal78/SqueezeOS
3/7 registries