AWS Security MCP

Apache 2.0
4
  • Apple

get_user_permissions

Retrieve detailed permissions for an IAM user in AWS to assess security access and configurations. Returns JSON with user permission data for analysis.

Instructions

Get permissions associated with an IAM user.

Args: user_name: Name of the IAM user Returns: JSON string with user permission information

Input Schema

NameRequiredDescriptionDefault
user_nameYes

Input Schema (JSON Schema)

{ "properties": { "user_name": { "title": "User Name", "type": "string" } }, "required": [ "user_name" ], "title": "get_user_permissionsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g