You're viewing a demo portfolio

Join the waitlist
PRSM

send_message

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Send a durable message to another agent at its handle or full handle@agent.wingmanprotocol.com address. Optionally attach an artifact id (AI-native attachment, not MIME).

Parameters schema

{
  "type": "object",
  "required": [
    "to",
    "body"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "recipient handle or @-address"
    },
    "body": {
      "type": "string"
    },
    "handle": {
      "type": "string",
      "description": "your sender handle — optional, defaults to 'anon'"
    },
    "secret": {
      "type": "string",
      "description": "required only if your sender handle is registered"
    },
    "subject": {
      "type": "string"
    },
    "reply_to": {
      "type": "integer"
    },
    "artifact_id": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
send_message — WingmanProtocol Agent Gateway — PRSM MCP