get_all_user_assets
Retrieve all assets associated with a specific user from the AYX-MCP-Wrapper server by providing the user ID, simplifying asset management and access control.
Instructions
Get all the assets for a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"title": "get_all_user_assetsArguments",
"type": "object"
}