Skip to main content
Glama

Prepare Studio Setup

prepare_studio_setup

Turn a plan (studio name, project, collaborators, intended split) into a ONE-CLICK setup link for someone who doesn't have a RoyalTea account yet. Returns a URL — when they open it and sign up, RoyalTea creates the studio + project + collaborators (as placeholders) exactly as planned. Use after you've helped someone design a revenue-share setup and they want it real.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
splitNoteNoOptional human summary of the intended split/terms
studioNameYesName for the new studio/workspace
projectNameNoOptional first project name
contactEmailNoEmail of the person who will own the studio (the producer). When given, RoyalTea emails them the setup link directly so it isn't lost in a chat transcript.
collaboratorsNoThe people on the project (added as placeholders they can later claim). `points` is their relative revenue weight.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / contactEmail
      Added value: +{
      +  "description": "Email of the person who will own the studio (the producer). When given, RoyalTea emails them the setup link directly so it isn't lost in a chat transcript.",
      +  "type": "string"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations are minimal (readOnlyHint false, destructiveHint false), so the description carries the burden of behavioral disclosure. It clearly states that the tool creates a studio, project, and collaborators as placeholders, and returns a URL. It also mentions that if contactEmail is provided, RoyalTea emails the link directly. This is transparent about the creation side effect and the email behavior, though it does not cover edge cases like error handling or link expiry.

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 the primary action and outcome front-loaded. Every phrase earns its place: the one-click aspect, the target audience (non-account holder), the return type (URL), and the creation behavior. No unnecessary words.

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?

With no output schema, the description explicitly states the return type ('Returns a URL'), which is essential. It also covers the core flow: design a plan, generate a link, and the link triggers creation upon signup. Minor gaps like what happens when contactEmail is not provided (link presumably returned in chat) are not addressed, but they are not critical for successful invocation. Overall, the description is complete for a tool with moderate complexity.

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 description coverage is 100%, meaning each parameter already has a description. The tool description adds context by explaining that collaborators are added as placeholders and that splitNote is a summary of terms, but it does not provide additional syntax or format details beyond the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

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 states a specific verb ('Turn a plan into a ONE-CLICK setup link') and a clear resource (a RoyalTea setup URL). It explicitly distinguishes itself from siblings like calculate_revenue_split and draft_revenue_agreement by focusing on the act of creating a studio through a link. The purpose is 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 usage context: 'Use after you've helped someone design a revenue-share setup and they want it real.' This tells an agent when to invoke it. It does not explicitly name alternative tools or conditions when not to use it, but the context is sufficient given the sibling set.

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.

Resources