{
  "slug": "pgp-key-info",
  "name": "gizza-ai/pgp-key-info",
  "version": "0.1.0",
  "title": "PGP Key Info — OpenPGP fingerprint inspector — gizza.ai",
  "description": "Inspect an ASCII-armored PGP public or private key locally: fingerprint, key ID, algorithm, user IDs, dates, and subkeys.",
  "tags": [
    "pgp key info",
    "openpgp fingerprint",
    "gpg key id",
    "pgp public key inspector"
  ],
  "category": "security",
  "urls": {
    "page": "https://gizza.ai/tools/pgp-key-info/",
    "markdown": "https://gizza.ai/tools/pgp-key-info/index.md",
    "descriptor": "https://gizza.ai/tools/pgp-key-info/tool.json",
    "deep_link_example": "https://gizza.ai/tools/pgp-key-info/?key=-----BEGIN%20PGP%20PUBLIC%20KEY%20BLOCK-----"
  },
  "cli": "gizza tool pgp-key-info \"-----BEGIN PGP PUBLIC KEY BLOCK-----\"",
  "tool": {
    "description": "Inspect an ASCII-armored OpenPGP public or private key and return fingerprint, key ID, algorithm, user IDs, dates, and subkeys as JSON.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "key": {
          "description": "ASCII-armored OpenPGP public or private key block to inspect.",
          "type": "string"
        }
      },
      "required": [
        "key"
      ],
      "type": "object"
    }
  }
}