Argo CD · Capability
Consolidate Services — GPGKeyService
Consolidate Services — GPGKeyService. 4 operations. Lead operation: List all available repository certificates. Self-contained Naftiko capability covering one Argocd business surface.
What You Can Do
GET
Gpgkeyservicelist
— List all available repository certificates
/v1/api/v1/gpgkeys
POST
Gpgkeyservicecreate
— Create one or more GPG public keys in the server's configuration
/v1/api/v1/gpgkeys
DELETE
Gpgkeyservicedelete
— Delete specified GPG public key from the server's configuration
/v1/api/v1/gpgkeys
GET
Gpgkeyserviceget
— Get information about specified GPG public key from the server
/v1/api/v1/gpgkeys/{keyid}
MCP Tools
list-all-available-repository-certificates
List all available repository certificates
read-only
idempotent
create-one-more-gpg-public
Create one or more GPG public keys in the server's configuration
delete-specified-gpg-public-key
Delete specified GPG public key from the server's configuration
idempotent
get-information-about-specified-gpg
Get information about specified GPG public key from the server
read-only
idempotent