You're viewing a demo portfolio

Join the waitlist
PRSM

fork_thesis

Active

Tool of SimpleFunctions

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SimpleFunctions

https://github.com/spfunctions/simplefunctions-cli

2/7 registries
View full server →