You're viewing a demo portfolio

Join the waitlist
PRSM

get_signed_fact

Active

Tool of io.tooloracle/trustlayer

declared in 1.0.0

Get a cryptographically signed, machine-verifiable fact. Returns ES256K-signed data with JWKS verification URL. Other agents can independently verify the signature.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol"
  ],
  "properties": {
    "symbol": {
      "enum": [
        "USDC",
        "RLUSD",
        "EURC",
        "USDT",
        "DAI"
      ],
      "type": "string",
      "description": "Token symbol: USDC, RLUSD, EURC, USDT, DAI"
    },
    "fact_type": {
      "type": "string",
      "default": "price",
      "description": "Type: price, peg, market_cap, reserve"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.tooloracle/trustlayer

https://github.com/ToolOracle/trustlayer

1/7 registries
View full server →
get_signed_fact — io.tooloracle/trustlayer — PRSM MCP