AWS Security MCP

Apache 2.0
4
  • Apple

get_role_permissions

Retrieve detailed permissions associated with a specified IAM role in AWS, providing a JSON-structured output for analysis and security auditing.

Instructions

Get permissions associated with an IAM role.

Args: role_name: Name of the IAM role Returns: JSON string with role permission information

Input Schema

NameRequiredDescriptionDefault
role_nameYes

Input Schema (JSON Schema)

{ "properties": { "role_name": { "title": "Role Name", "type": "string" } }, "required": [ "role_name" ], "title": "get_role_permissionsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g