get_credential_by_id
Retrieve detailed information about a specific credential using its unique ID within the AYX-MCP-Wrapper server, enabling efficient credential management and access.
Instructions
Get the details of an existing credential
Input Schema
Name | Required | Description | Default |
---|---|---|---|
credential_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"credential_id": {
"title": "Credential Id",
"type": "string"
}
},
"required": [
"credential_id"
],
"title": "get_credential_by_idArguments",
"type": "object"
}