create_contact_request
Send a contact request to another user by providing their handle and an optional message to initiate a connection.
Instructions
Send a contact request to another user.
Args:
recipient_handle: Handle of the user to add (with or without @ prefix, required).
message: Optional message to include with the request (max 500 chars).
Returns:
JSON string containing the created contact request details.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_handle | Yes | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |