Skip to main content
Glama

MCP SysOperator

by tarnover

aws_rds

Manage AWS RDS database instances—create, delete, start, stop, or list them. Define parameters like engine, storage, and security groups to efficiently handle cloud databases.

Instructions

Manage AWS RDS database instances

Input Schema

NameRequiredDescriptionDefault
actionYes
allocatedStorageNo
backupRetentionPeriodNo
dbEngineNo
dbInstanceClassNo
dbInstanceIdentifierNo
dbSubnetGroupNameNo
masterPasswordNo
masterUsernameNo
multiAZNo
regionYes
skipFinalSnapshotNo
tagsNo
vpcSecurityGroupIdsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "delete", "start", "stop" ], "type": "string" }, "allocatedStorage": { "type": "number" }, "backupRetentionPeriod": { "type": "number" }, "dbEngine": { "type": "string" }, "dbInstanceClass": { "type": "string" }, "dbInstanceIdentifier": { "type": "string" }, "dbSubnetGroupName": { "type": "string" }, "masterPassword": { "type": "string" }, "masterUsername": { "type": "string" }, "multiAZ": { "type": "boolean" }, "region": { "minLength": 1, "type": "string" }, "skipFinalSnapshot": { "type": "boolean" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "vpcSecurityGroupIds": { "items": { "type": "string" }, "type": "array" } }, "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