sign_amendment
Sign a proposed amendment with a signer's private key; the signature counts toward the role, and MCP never sees the signed bytes.
Instructions
Add a signature to a proposed amendment. The SDK derives the preimage and signs it; MCP never sees or builds the signed bytes. Session state is not an authoritative registry: amendments live only in this process, are lost on restart, and carry no external trust.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signer_role | Yes | The key class the charter's amendment policy counts this signature against | |
| amendment_id | Yes | ||
| signer_public_key | Yes | ||
| signer_private_key | Yes |