You're viewing a demo portfolio

Join the waitlist
PRSM

get_world_delta

Active

Tool of SimpleFunctions

declared in 1.0.0

Incremental world state update — only what changed since a timestamp. ~30-50 tokens vs 800 for full state. For periodic refresh during long tasks.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "since"
  ],
  "properties": {
    "since": {
      "type": "string",
      "description": "Relative (30m, 1h, 6h, 24h) or ISO timestamp"
    },
    "format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "default": "markdown",
      "description": "Output format"
    }
  }
}

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