Skip to main content
Glama

Create a team workspace

dropthis_create_workspace

Create a new team workspace as owner; requires team-scoped credentials and returns the workspace's id and slug.

Instructions

Create a new team workspace (you become its owner). Requires a team-scoped credential (ADR-0068: workspaces:write) — a publish-only key cannot create teams. Returns the new workspace's id and slug; switching the active workspace to it is separate (dropthis_use_workspace). Use dropthis_workspaces to see the teams you already belong to. If creatorCanReach comes back false, the credential created the team outside its allowlist and will be denied on the next write — re-authenticate to obtain a credential that reaches it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe team's display name.
slugNoURL-safe slug; derived from the name when omitted. A clash on an explicit slug → 409.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
kindNo
nameNo
planNo
roleNo
slugNo
isActiveNo
creatorCanReachNo
Behavior5/5

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

Adds valuable behavioral context beyond the sparse annotations: return value (id and slug), the fact that switching active workspace is a separate action, and the subtle creatorCanReach failure mode with its security implication (denied on next write, re-auth needed). This goes far beyond what openWorldHint/destructiveHint convey.

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 dense but well-structured paragraph. Each sentence serves a distinct purpose: action+ownership, auth prerequisite, return+separation concern, comparison to sibling, and failure-mode warning. No filler; sentence order is logical.

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

Completeness5/5

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

For a creation tool with auth requirements and a non-obvious failure mode, this description covers all essential aspects: what it does, prerequisites, output, related operations, and a warning about allowlist reachability. With an output schema present, the description need not elaborate further on return structure.

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% with clear descriptions for both name and slug, so the baseline is 3. The description does not add parameter-level detail beyond the schema (e.g., no mention of validation rules beyond the schema's 409 clash note), but it also does not need to.

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 opens with a specific verb+resource ('Create a new team workspace') and immediately clarifies ownership ('you become its owner'), distinguishing it from sibling tools like dropthis_workspaces (list) and dropthis_use_workspace (switch active). This clearly identifies the tool's unique role.

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

Usage Guidelines5/5

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

Explicitly states when to use it (requires team-scoped credential with workspaces:write), when not to (publish-only key cannot create teams), and points to alternatives (dropthis_workspaces to list existing, dropthis_use_workspace to switch). This is textbook usage guidance.

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/dropthis-dev/dropthis-mcp'

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