Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

validate_amazon_s3_repository

Verify Amazon S3 repository configurations by validating bucket, region, and AWS credentials to ensure correct setup for integration with Binalyze AIR MCP Server.

Instructions

Validate Amazon S3 repository configuration

Input Schema

NameRequiredDescriptionDefault
accessKeyIdYesAWS access key ID
bucketYesS3 bucket name
nameYesName for the Amazon S3 repository
organizationIdsNoOrganization IDs to associate the repository with. Defaults to empty array.
regionYesAWS region (e.g. eu-west-1)
secretAccessKeyYesAWS secret access key

Input Schema (JSON Schema)

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

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