Skip to main content
Glama
rushi053

PrivacyPage MCP Server

Generate Terms of Service

generate_terms_of_service

Create a Terms of Service agreement for your app or service. Receive a free preview and unlock the full legal document with a one-time license.

Instructions

Generate a Terms of Service agreement for an app or service using privacypage.io. Returns a free 25-line preview and a documentId; the full document is unlocked with a one-time license ($9.99, no subscription).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYesPlatform the service runs on
companyNameYesCompany name, e.g. 'Acme Inc.'
keyPoliciesYesKey policies that apply. Common values: 'Refunds allowed', 'No refunds', 'User-generated content', 'Account termination rights', 'Subscription auto-renewal', 'Free trial terms', 'Intellectual property protection'.
serviceNameYesName of the app or service, e.g. 'MyApp'
contactEmailYesLegal contact email, e.g. 'legal@acme.com'
jurisdictionYesGoverning law jurisdiction, e.g. 'California, USA' or 'London, UK'
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly discloses that only a free 25-line preview is returned, that a documentId is generated, and that the full document requires a one-time $9.99 license with no subscription. This is meaningful behavioral context beyond a bare 'generate' statement.

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 redundancy. The primary purpose is front-loaded, and the second sentence efficiently conveys the return behavior and pricing model. Every sentence contributes essential information.

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 absence of an output schema, the description does well to explain the return values: a preview and a documentId. It also addresses the paid unlock model. It could be more complete by explicitly connecting the documentId to the get_full_document sibling tool, but the current information is largely sufficient for a correct call.

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%, so the baseline is 3 even though the description adds no parameter-specific meaning. The description does not restate or enhance the parameter definitions, but it does not need to because the schema thoroughly documents all six required fields.

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 ('Generate'), a precise resource ('Terms of Service agreement'), and the external service used ('privacypage.io'). It is distinct from sibling tools because it identifies the exact legal document type being generated.

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

Usage Guidelines3/5

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

The usage context is implied by the document type: an agent should call this when a Terms of Service is needed. However, there is no explicit guidance about when to prefer this over generate_eula, generate_privacy_policy, or other sibling tools, and no exclusions are stated.

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/rushi053/privacypage-mcp'

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