All tools are invoked using:
{
"method": "tools/call",
"params": {
"name": "<tool-name>",
"arguments": {}
}
}
secrets.listLists secrets inside a vault.
namesOnly (boolean, optional)vault (object)credentials (object)namesOnly=true, returns only secret IDs and namessecrets.getFetches a specific secret.
name (string, required)includeValue (boolean, optional)vault (object)credentials (object)Returns the active version of the secret.
keys.getFetches a key by ID.
id (string)preferPublic (boolean, optional)code (string, required if preferPublic=true)vault (object)credentials (object)Returns the key in PEM format.
certificates.getFetches a certificate by ID.
id (string)preferPublic (boolean, optional)code (string, required if preferPublic=true)vault (object)credentials (object)Returns the certificate in PEM format.