inject_signal
ActiveTool of SimpleFunctions
declared in 1.0.0
Feed an observation into a thesis — news, price move, or external event. Consumed in next evaluation cycle to update confidence and edges.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"thesisId",
"apiKey",
"content"
],
"properties": {
"type": {
"enum": [
"news",
"user_note",
"external"
],
"type": "string",
"default": "user_note",
"description": "Signal type"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"content": {
"type": "string",
"description": "Signal content"
},
"thesisId": {
"type": "string",
"description": "Thesis ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries