MCP SysOperator

by tarnover

aws_iam

Manage AWS IAM roles and policies by listing, creating, or deleting them directly from the MCP SysOperator server, enabling streamlined cloud resource management.

Instructions

Manage AWS IAM roles and policies

Input Schema

NameRequiredDescriptionDefault
actionYes
assumeRolePolicyDocumentNo
managedPoliciesNo
nameNo
pathNo
policyDocumentNo
policyNameNo
regionYes
roleNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list_roles", "list_policies", "create_role", "create_policy", "delete_role", "delete_policy" ], "type": "string" }, "assumeRolePolicyDocument": {}, "managedPolicies": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "path": { "type": "string" }, "policyDocument": {}, "policyName": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "roleName": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

ID: 7ov3ozxt9a