AWS Security MCP

Apache 2.0
4
  • Apple

list_role_policies

Retrieve all policies, including inline and managed policies, linked to an IAM role. Returns JSON data with policy details, optionally including full policy documents, to analyze role permissions in AWS.

Instructions

List all policies (both inline and attached managed policies) associated with an IAM role.

Args: role_name: Name of the IAM role include_documents: Whether to include the full policy documents (default: True) Returns: JSON string with role policy information

Input Schema

NameRequiredDescriptionDefault
include_documentsNo
role_nameYes

Input Schema (JSON Schema)

{ "properties": { "include_documents": { "default": true, "title": "Include Documents", "type": "boolean" }, "role_name": { "title": "Role Name", "type": "string" } }, "required": [ "role_name" ], "title": "list_role_policiesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g