Skip to main content
Glama

Insforge MCP Server

by InsForge

create-bucket

Create new storage buckets with configurable public access settings for organizing and managing cloud storage resources through the Insforge backend platform.

Instructions

Create new storage bucket

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
bucketNameYes
isPublicNo

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "bucketName": { "minLength": 1, "type": "string" }, "isPublic": { "default": true, "type": "boolean" } }, "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