Skip to main content
Glama
rushi053

PrivacyPage MCP Server

Get Full Document

get_full_document

Fetch the complete text of a previously generated privacy policy, terms of service, or legal document using a one-time PrivacyPage license key. Unlock full documents without a subscription.

Instructions

Fetch the full text of a previously generated document using a PrivacyPage license key. Licenses are one-time purchases at https://privacypage.io ($9.99 single document, $24.99 all-documents bundle — no subscription). If licenseKey is omitted, the PRIVACYPAGE_LICENSE_KEY environment variable is used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesThe documentId returned by a generate_* tool
licenseKeyNoPrivacyPage license key. Falls back to the PRIVACYPAGE_LICENSE_KEY environment variable.
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses the licensing requirement, the one-time purchase model, and the environment-variable fallback, which is useful. However, it does not describe the return format or potential error conditions, leaving some uncertainty for the agent about what the call actually yields.

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?

Three sentences with the core action front-loaded. The licensing and fallback details are relevant, though the pricing specifics could be trimmed without losing essential usage guidance. Overall, it is compact and structured effectively.

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 simple 2-parameter fetch tool, the description covers the key need-to-know items: what is fetched, the license requirement, the environment fallback, and the documentId source. The absence of an output schema makes the missing return format a minor gap, but the term 'full text' plus the simple nature of the tool keeps it reasonably complete.

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%, so the baseline is 3. The description adds pricing and purchase details but does not meaningfully expand on the semantics of documentId or licenseKey beyond what the schema already states. It reinforces the fallback behavior but adds little new parameter-level meaning.

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 ('Fetch'), a clear resource ('the full text of a previously generated document'), and immediately distinguishes it from the sibling generate_* tools by focusing on retrieval of existing content. This is unambiguous and leaves no doubt about what the tool does.

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 makes it clear this tool is for retrieving previously generated documents, implying it should be used after a generate_* tool. It does not explicitly name alternatives or state when not to use it, but the sibling tools are all generators, so the intended context is strongly implied.

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