Skip to main content
Glama

Insforge MCP Server

by InsForge

delete-bucket

Remove a storage bucket from the Insforge backend service to free up resources and manage your cloud storage infrastructure.

Instructions

Deletes a storage bucket

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
bucketNameYesName of the bucket to delete

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "bucketName": { "description": "Name of the bucket to delete", "type": "string" } }, "required": [ "bucketName" ], "type": "object" }

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/InsForge/insforge-mcp'

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