signNote
Generate signed note events for the Nostr network using a private key. Input includes note content, tags, and metadata to create authenticated text notes compatible with Nostr MCP Server.
Instructions
Sign a note event with a private key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noteEvent | Yes | Unsigned note event to sign | |
privateKey | Yes | Private key to sign the note with (hex format or nsec format) |