Skip to main content
Glama

MCP SysOperator

by tarnover

aws_iam

Manage AWS IAM roles and policies directly from the MCP SysOperator server by listing, creating, or deleting roles and policies in specified regions.

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" }

Other Tools from MCP SysOperator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-sysoperator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server