Skip to main content
Glama
captenmasin

Laravel Cloud MCP Server

by captenmasin

Create object storage bucket

laravel_cloud_create_bucket

Create an object storage bucket with an initial access key, setting its visibility, jurisdiction, and permissions.

Instructions

Create a new object storage bucket with an initial access key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBucket name.
key_nameYesName for the initial access key.
visibilityYesBucket visibility.
jurisdictionYesData jurisdiction.
cors_settingsNoCORS settings, e.g. { allowed_origins: [...] }.
key_permissionYesPermission for the initial access key.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate a non-read-only, non-idempotent, non-destructive write operation. The description adds that the tool also creates an initial access key, but does not disclose potential errors (e.g., duplicate bucket names) or other side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded and contains no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of a nested optional parameter (cors_settings) and no output schema, the description could provide additional context such as naming uniqueness or cost implications. The current description is adequate but minimal.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter has a description. The tool's description summarizes the purpose of key_name and key_permission but does not add meaning beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and the resource 'object storage bucket' with the additional detail 'with an initial access key'. This readily distinguishes it from sibling tools like list_buckets, get_bucket, update_bucket, and delete_bucket.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for creating new buckets but provides no explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives such as creating a key separately via create_bucket_key.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/captenmasin/laravel-cloud-mcp-server'

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