Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_amazon_s3_repository

Modify an existing Amazon S3 repository by updating its ID, name, region, bucket, AWS credentials, and associated organizations using the Binalyze AIR MCP Server tool.

Instructions

Update an existing Amazon S3 repository

Input Schema

NameRequiredDescriptionDefault
accessKeyIdYesUpdated AWS access key ID
bucketYesUpdated S3 bucket name
idYesID of the Amazon S3 repository to update
nameYesUpdated name for the Amazon S3 repository
organizationIdsNoUpdated organization IDs to associate the repository with. Defaults to empty array.
regionYesUpdated AWS region (e.g. eu-west-1)
secretAccessKeyYesUpdated AWS secret access key

Input Schema (JSON Schema)

{ "properties": { "accessKeyId": { "description": "Updated AWS access key ID", "type": "string" }, "bucket": { "description": "Updated S3 bucket name", "type": "string" }, "id": { "description": "ID of the Amazon S3 repository to update", "type": "string" }, "name": { "description": "Updated name for the Amazon S3 repository", "type": "string" }, "organizationIds": { "description": "Updated organization IDs to associate the repository with. Defaults to empty array.", "items": { "type": "number" }, "type": "array" }, "region": { "description": "Updated AWS region (e.g. eu-west-1)", "type": "string" }, "secretAccessKey": { "description": "Updated AWS secret access key", "type": "string" } }, "required": [ "id", "name", "region", "bucket", "accessKeyId", "secretAccessKey" ], "type": "object" }

Other Tools from Binalyze AIR MCP Server

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/binalyze/air-mcp'

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