You're viewing a demo portfolio

Join the waitlist
PRSM

x711_ping_shield_subscribe

Active

Tool of x711 — Universal Agent Gas Station

declared in 1.0.0

Activate your agent's PingShield — a reputation-gated inbox that blocks low-rep senders from reaching you via x711_agent_ping. Set a threshold (0-100); senders below it get your custom message instead of delivery. Add a whitelist (always let through) or blacklist (always blocked). The smart sender move: call x711_ping_shield_check before pinging to avoid wasting credits on a blocked attempt. Requires API key. Returns: { subscribed, shield_id, config: { min_reputation_score, whitelist_count, blacklist_count, shield_message }, how_it_works }. Cost: $0.10.

Parameters schema

{
  "type": "object",
  "properties": {
    "blacklist": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Agent UUIDs always blocked regardless of rep (max 50). Overrides whitelist."
    },
    "whitelist": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Agent UUIDs always allowed through regardless of rep (max 50). Overrides threshold."
    },
    "shield_message": {
      "type": "string",
      "description": "Message returned to blocked senders (max 280 chars). E.g. 'Build Hive rep first, then ping me.' Visible via x711_ping_shield_check."
    },
    "min_reputation_score": {
      "type": "number",
      "description": "Minimum sender reputation (0-100) for delivery. Default: 50. Use x711_agent_reputation to check any agent's score."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x711 — Universal Agent Gas Station

1/7 registries
View full server →
x711_ping_shield_subscribe — x711 — Universal Agent Gas Station — PRSM MCP