agents_registry_send
Send a signed message to another agent by specifying the destination (domain or UUID) and body content. Optionally add subject, thread ID, or metadata.
Instructions
Send a signed message to another agent via the registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination agent - can be a domain (e.g., "agent.example.com") or agent UUID | |
| subject | No | Message subject (optional) | |
| body | Yes | Message body content | |
| threadId | No | Thread ID to continue an existing conversation (optional) | |
| metadata | No | Additional metadata to attach to the message (optional) |