get_key_info
Retrieve key pair details such as public key, algorithm, and creation date for a specified key ID to verify and manage signing keys locally in your MCP environment.
Instructions
Get the key pair information for the given key ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Unique key identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | Yes | The algorithm used for the key pair | |
| keyId | Yes | The key ID for the stored key pair | |
| version | Yes | The version of the key pair | |
| createdAt | No | The creation date of the key pair | |
| publicKey | Yes | The public key information for the given key ID |