Skip to main content
Glama

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

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