get_user
Retrieve detailed user information including profile, permissions, and authentication sources from Hadoop clusters via Apache Ambari API using the MCP-Ambari-API server.
Instructions
Get detailed information about a specific user.
Args: user_name: The username to retrieve details for
Returns: Detailed user information including profile, permissions, and authentication sources
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_name": {
"title": "User Name",
"type": "string"
}
},
"required": [
"user_name"
],
"type": "object"
}