configure_heartbeat
ActiveTool of SimpleFunctions
Configure the 24/7 heartbeat engine: news scan interval, X scan interval, LLM model tier, monthly budget, runtime pause/resume, and closed-loop intent creation. Agent can speed up monitoring during high volatility or slow down to save budget.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"thesisId",
"apiKey"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"paused": {
"type": "boolean",
"description": "Pause/resume heartbeat"
},
"thesisId": {
"type": "string",
"description": "Thesis ID"
},
"xIntervalMin": {
"type": "number",
"description": "X/social scan interval in minutes (60-1440, default 240)"
},
"evalModelTier": {
"enum": [
"cheap",
"base",
"medium",
"heavy"
],
"type": "string",
"description": "LLM model for evaluations"
},
"closedLoopExit": {
"type": "boolean",
"description": "Enable/disable closed-loop exit intent creation"
},
"closedLoopEntry": {
"type": "boolean",
"description": "Enable/disable closed-loop entry intent creation"
},
"newsIntervalMin": {
"type": "number",
"description": "News scan interval in minutes (15-1440, default 240)"
},
"monthlyBudgetUsd": {
"type": "number",
"description": "Monthly budget cap in USD (0 = unlimited)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries