Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

preview_profile_template

Preview a message template with sample data to verify final output before saving. See how placeholders and variables render across channels.

Instructions

Preview a profile template with sample data before saving. Shows how the message will look with placeholder variables filled in.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesTemplate body text
channelYesMessage channel
subjectNoEmail subject line
profile_idYesProfile ID
button_textNoButton text
message_typeYesMessage type
button_url_templateNoButton URL template

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It clearly implies a non-mutating operation by saying 'before saving' and describes the output as a rendered preview. It also discloses a meaningful behavioral quirk: start_login does NOT open this tool, and an API key must be set. This is valuable transparency, though it could be more explicit about side effects or error behavior.

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 and front-loaded with the core purpose, followed by a useful access note. The sentences are efficient, though the phrase 'with sample data' and 'placeholder variables filled in' are slightly redundant. The access block is clear and actionable.

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

Completeness3/5

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

The description covers purpose, timing, and access, and the schema handles parameter details. However, there is no output schema and no explanation of what the returned preview looks like. It also does not clarify how this tool differs from closely named siblings like preview_template or render_template, which an agent would need to route correctly.

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?

The input schema already documents all 7 parameters with 100% coverage, so the baseline is 3. The description adds some contextual meaning by mentioning 'placeholder variables filled in', which helps understand body and button fields. It does not, however, add per-parameter detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Preview a profile template') and the resource, making the tool's function obvious. It also explains what the preview does: 'Shows how the message will look with placeholder variables filled in.' However, it does not explicitly differentiate this tool from sibling tools like preview_template or render_template beyond the word 'profile.'

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 gives explicit timing context: 'before saving' indicates when this tool should be used. It also provides important access guidance, explaining that a Proof account with PROOF_API_KEY is required and that start_login does not grant access to this tool. It stops short of naming alternative tools or specifying when not to use this one.

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/ProofHoldings/mcp-server'

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