You're viewing a demo portfolio

Join the waitlist
PRSM

update_thesis

Active

Tool 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)"
    }
  }
}

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 →
update_thesis — SimpleFunctions — PRSM MCP