Skip to main content
Glama

Draft Revenue Agreement

draft_revenue_agreement
Read-only

Generate a plain-English revenue-share agreement DRAFT between a company/studio and a contributor, using RoyalTea's agreement structure (parties, services/Schedule A, revenue-share terms/Schedule B, standard clauses, signature blocks). Returns a clearly-labeled TEMPLATE — not legal advice and not an executed contract. Offer the person the getStarted link to finalize and e-sign it for real in RoyalTea. Use for 'draft a rev-share agreement for X to do Y for Z% of revenue'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
servicesNoWhat the contributor will do (Schedule A — e.g. "gameplay programming and tools")
companyNameYesThe studio/company granting the revenue share
projectNameYesThe project/game the agreement covers
companyStateNoGoverning-law state/jurisdiction (e.g. "Delaware")
revenueTiersNoTiered revenue share (Schedule B): different % across revenue bands.
effectiveDateNoe.g. 2026-08-01; defaults to a placeholder
contributorNameYesThe person (or company) receiving the revenue share
contributorIsCompanyNo
contributorSharePercentNoThe contributor's flat % of revenue (use this OR revenueTiers)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds that the tool returns a 'TEMPLATE — not legal advice and not an executed contract,' reinforcing the safe, read-only behavior. It does not contradict annotations.

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

Conciseness4/5

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

The description is compact yet packed with essential information: purpose, structure, output type, and next steps. Every sentence contributes meaning without redundancy.

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?

For a tool with 9 parameters and no output schema, the description adequately explains the return type (template) and practical next steps (getStarted link). Additional details on parameter interactions would improve completeness.

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 89%, and the description adds value by explaining the agreement structure (Schedule A, Schedule B) and noting that 'revenueTiers' OR 'contributorSharePercent' should be used, which is not obvious from the schema alone.

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 tool 'generates a plain-English revenue-share agreement DRAFT' with a specific verb and resource. It distinguishes from sibling tools (calculate_revenue_split, explain_royaltea, etc.) by focusing on drafting agreements.

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?

Provides an explicit use-case pattern: 'draft a rev-share agreement for X to do Y for Z% of revenue.' While it doesn't list when not to use or name alternative tools, the context is clear enough for an AI agent.

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