You're viewing a demo portfolio

Join the waitlist
PRSM

get_changes

Active

Tool of SimpleFunctions

declared in 1.0.0

Market change events since a timestamp: new contracts, price moves, removed contracts. Used by the live feed and agent context refreshers.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "q": {
      "type": "string",
      "description": "Keyword filter"
    },
    "type": {
      "enum": [
        "new_contract",
        "price_move",
        "removed_contract"
      ],
      "type": "string",
      "description": "Change type"
    },
    "since": {
      "type": "string",
      "description": "ISO timestamp lower bound"
    }
  }
}

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 →