update_thesis
ActiveTool of SimpleFunctions
declared in 1.0.0
Update thesis metadata: title, lifecycle status (active/paused/archived), webhookUrl. Use configure_heartbeat.paused for runtime heartbeat pause/resume.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"thesisId",
"apiKey"
],
"properties": {
"title": {
"type": "string",
"description": "New thesis title"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"status": {
"type": "string",
"description": "New status: active, paused, archived"
},
"thesisId": {
"type": "string",
"description": "Thesis ID"
},
"webhookUrl": {
"type": "string",
"description": "Webhook URL for confidence change notifications (HTTPS only)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries