Skip to main content
Glama

create_workspace

Create a workspace for selling APIs. Billing starts only when a first endpoint is published, making it free to start.

Instructions

Create a new bolthub workspace (tenant) for selling APIs. Secret-free and reversible: an empty workspace costs nothing and the 30-day trial only starts when a first endpoint is published. Wallet connection is a separate step (connect_wallet). Requires an account token (connect_account).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWorkspace display name.
slugNoURL slug (lowercase letters, digits, hyphens; 3-63 chars). Omit to derive from the name; taken slugs get a numbered variant automatically.
tagsNoOptional directory tags (max 10).
descriptionNoOptional workspace description shown in the directory.
Behavior4/5

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

The description adds value beyond annotations by explaining that the workspace is reversible, costs nothing initially, and the 30-day trial starts only on first publish. It also mentions the prerequisite for an account token. No contradiction with annotations (openWorldHint=true, idempotentHint=false, destructiveHint=false).

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 two sentences with no fluff. The first sentence states the primary purpose, and the second adds key behavioral traits. Every sentence serves a purpose, and the structure is front-loaded.

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

Completeness4/5

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

Given the tool's complexity (4 params, no output schema), the description covers creation behavior, cost implications, prerequisites, and relationship to other tools. It could mention the expected output (e.g., workspace ID) but is otherwise complete.

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

Parameters4/5

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

Schema coverage is 100%, so descriptions already exist for each parameter. The description adds extra context for the 'slug' parameter (automatic derivation and fallback) and mentions tag limits. This enriches the schema but does not compensate for missing coverage since coverage is complete.

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 resource 'bolthub workspace (tenant) for selling APIs'. It distinguishes from siblings like 'connect_wallet' and 'connect_account' by noting they are separate steps, making the purpose specific and unambiguous.

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

Usage Guidelines4/5

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

The description provides clear context on when to use: it is secret-free, reversible, and has cost implications only after publishing. It explicitly states the prerequisite 'Requires an account token (connect_account)' and separates steps. However, it does not explicitly exclude scenarios where the tool should not be used.

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/signaltech-org/bolthub-sdk'

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