Skip to main content
Glama

workspaces.launch.regions

POST /v1/workspaces/:slug/launch/regions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
queryNo
pathParamsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1.3/5.0
Behavior1/5

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

No annotations are provided, and the description fails to disclose any behavioral traits (e.g., side effects, idempotency, permissions). The agent gets no information about what happens when this tool is invoked.

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

Conciseness2/5

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

The description is extremely short, but it is not concise in a helpful way—it is underspecified. It fails to front-load key functional information.

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

Completeness1/5

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

Given three vague parameters, no output schema, no annotations, and nested objects, the description is completely inadequate. It does not provide enough context for an agent to use the tool correctly.

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

Parameters1/5

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

Schema coverage is 0% and the description adds no parameter information. The input schema is generic with empty objects and additionalProperties true, giving no guidance on what to put in body, query, or pathParams.

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

Purpose2/5

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

The description is a tautology—it only repeats the tool's name in URL form ('POST /v1/workspaces/:slug/launch/regions'). It lacks a verb or resource description, leaving the tool's purpose vague. It does not distinguish itself from siblings like 'workspaces.launch.capability_status'.

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

Usage Guidelines1/5

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

No usage guidelines are provided. The description does not indicate when to use this tool or when to avoid it. There is no mention of prerequisites or alternative tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.1/5.0
Disambiguation5/5

All 43 tools are clearly disambiguated by a hierarchical dot-separated naming scheme (e.g., workspaces.billing.accounts.create). Each tool targets a unique combination of resource and action, with no apparent overlap or ambiguity.

Naming Consistency5/5

The naming follows a consistent <domain>.<subdomain>.<action> pattern, with actions as verbs (create, list, revoke, etc.). The use of underscores within the final component is uniform, making the pattern predictable across all tools.

Tool Count4/5

At 43 tools, the server covers a broad scope (contracts, billing, workspaces, tasks, etc.), which justifies the high count. However, it is slightly above the typical well-scoped range of 3-15, risking overwhelm.

Completeness3/5

The tool set covers many operations for billing, tasks, and workspace management, but lacks fundamental create/update/delete for some core resources (e.g., no workspace.create or instruments.delete). Agents may encounter dead ends.

Resources