Argo CD · Capability
Consolidate Services — AccountService
Consolidate Services — AccountService. 6 operations. Lead operation: ListAccounts returns the list of accounts. Self-contained Naftiko capability covering one Argocd business surface.
What You Can Do
GET
Accountservicelistaccounts
— ListAccounts returns the list of accounts
/v1/api/v1/account
GET
Accountservicecani
— CanI checks if the current account has permission to perform an action
/v1/api/v1/account/can-i/{resource}/{action}/{subresource}
PUT
Accountserviceupdatepassword
— UpdatePassword updates an account's password to a new value
/v1/api/v1/account/password
GET
Accountservicegetaccount
— GetAccount returns an account
/v1/api/v1/account/{name}
POST
Accountservicecreatetoken
— CreateToken creates a token
/v1/api/v1/account/{name}/token
DELETE
Accountservicedeletetoken
— DeleteToken deletes a token
/v1/api/v1/account/{name}/token/{id}
MCP Tools
listaccounts-returns-list-accounts
ListAccounts returns the list of accounts
read-only
idempotent
cani-checks-if-current-account
CanI checks if the current account has permission to perform an action
read-only
idempotent
updatepassword-updates-account-s-password-new
UpdatePassword updates an account's password to a new value
idempotent
getaccount-returns-account
GetAccount returns an account
read-only
idempotent
createtoken-creates-token
CreateToken creates a token
deletetoken-deletes-token
DeleteToken deletes a token
idempotent