You're viewing a demo portfolio

Join the waitlist
PRSM

inject_signal

Active

Tool of SimpleFunctions

declared in 1.0.0

Feed an observation into a thesis — news, price move, or external event. Consumed in next evaluation cycle to update confidence and edges.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "thesisId",
    "apiKey",
    "content"
  ],
  "properties": {
    "type": {
      "enum": [
        "news",
        "user_note",
        "external"
      ],
      "type": "string",
      "default": "user_note",
      "description": "Signal type"
    },
    "apiKey": {
      "type": "string",
      "description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
    },
    "content": {
      "type": "string",
      "description": "Signal content"
    },
    "thesisId": {
      "type": "string",
      "description": "Thesis ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SimpleFunctions

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

2/7 registries
View full server →
inject_signal — SimpleFunctions — PRSM MCP