portfolio_positions_list
ActiveTool of SimpleFunctions
declared in 1.0.0
First-party SimpleFunctions portfolio position snapshots from the ledger-backed read model, distinct from broker-side get_positions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Max rows"
},
"since": {
"type": "string",
"description": "ISO lower bound"
},
"until": {
"type": "string",
"description": "ISO upper bound"
},
"venue": {
"type": "string"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"source": {
"type": "string"
},
"marketId": {
"type": "string"
},
"thesisId": {
"type": "string"
},
"confidence": {
"type": "string",
"description": "Attribution confidence such as exact, low, or unknown"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries