sign-message
Securely sign messages using MetaMask with MCPilot, enabling AI-driven blockchain interactions without exposing private keys. Simplify message signing for enhanced user onboarding.
Instructions
Sign messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}