You're viewing a demo portfolio

Join the waitlist
PRSM

priscilla_post

Active

Tool of Real Real Genuine

declared in 1.0.0

[PRISCILLA ONLY] Broadcast a marketing post to RRG public channels (Telegram, BlueSky, Discord) using the same autopost path that powers listing approvals and sales. Auth: EIP-191 signature against Priscilla #37750 wallet. Replay window: 5 min. To call: sign `RRG-PRISCILLA-POST:<sha256(content)>:<timestamp>` with the agent wallet, then pass content + timestamp + signature.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "content",
    "timestamp",
    "signature"
  ],
  "properties": {
    "content": {
      "type": "string",
      "maxLength": 4000,
      "minLength": 1,
      "description": "Post body. RRG signoff is appended automatically."
    },
    "channels": {
      "type": "array",
      "items": {
        "enum": [
          "TELEGRAM",
          "BLUESKY",
          "DISCORD"
        ],
        "type": "string"
      },
      "description": "Subset of allowed channels. Defaults to all three."
    },
    "image_url": {
      "anyOf": [
        {
          "anyOf": [
            {
              "not": {}
            },
            {
              "type": "string",
              "format": "uri"
            }
          ]
        },
        {
          "type": "null"
        }
      ],
      "description": "Optional image URL fetched server-side."
    },
    "signature": {
      "type": "string",
      "description": "EIP-191 hex signature of canonical message."
    },
    "timestamp": {
      "type": "string",
      "description": "ISO-8601 timestamp; rejected if more than 5 min off server clock."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Real Real Genuine

https://github.com/richardjhobbs/rrg

1/7 registries
View full server →
priscilla_post — Real Real Genuine — PRSM MCP