fork_thesis
ActiveTool of SimpleFunctions
Fork a thesis. Two modes: (1) Clone — call with just idOrSlug to copy a PUBLIC thesis verbatim into your collection. (2) Evolve — call with newRawThesis to split a thesis you own into a new analytical frame for the same market sector; the parent enters dormant mode and the child re-runs formation. Use evolve when the current frame is fundamentally inadequate for what the evidence now shows.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"idOrSlug"
],
"properties": {
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"reason": {
"type": "string",
"description": "Evolve mode: why the original frame is no longer adequate"
},
"idOrSlug": {
"type": "string",
"description": "Thesis ID or public slug"
},
"newTitle": {
"type": "string",
"description": "Evolve mode: short title for the new thesis, ≤60 chars"
},
"newRawThesis": {
"type": "string",
"description": "Evolve mode: new frame in 1-3 sentences. Omit for clone mode."
},
"inheritEdgeMarketIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Evolve mode: subset of current edge marketIds to carry over. Omit to let formation rescan fresh."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries