Skip to main content
Glama
kumarprobeops

SignForge

create_and_send

Create and send PDF documents for electronic signatures by adding signer details and generating signing URLs.

Instructions

Create an envelope with a PDF document, add a signer, and send it for e-signature. Returns the envelope ID and a signing URL. Provide either a local file path (pdf_path) or base64-encoded PDF content (pdf_base64).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle for the envelope (e.g. 'NDA Agreement')
signer_emailYesEmail address of the person who needs to sign
signer_nameYesFull name of the signer
pdf_pathNoLocal file path to the PDF document (alternative to pdf_base64)
pdf_base64NoBase64-encoded PDF content (alternative to pdf_path)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's action (create and send for e-signature), output (returns envelope ID and signing URL), and input constraints (PDF options). However, it lacks details on error conditions, rate limits, or authentication requirements, which would be helpful for a mutation tool.

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 efficiently structured in two sentences: the first states the core purpose and output, and the second clarifies the PDF input options. Every sentence adds essential information without redundancy, making it easy to parse and understand quickly.

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 complexity of a mutation tool with no annotations and no output schema, the description does a good job covering the action, output, and key input semantics. However, it could improve by addressing error handling or authentication needs, which are relevant for e-signature operations. The absence of an output schema makes the return value description valuable.

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 schema already documents all parameters thoroughly. The description adds minimal value by mentioning the PDF input alternatives (pdf_path or pdf_base64), but does not provide additional context beyond what's in the schema. This meets the baseline for high schema coverage.

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 specific action ('create an envelope with a PDF document, add a signer, and send it for e-signature'), identifies the resource (envelope), and distinguishes it from siblings like 'send_envelope' (which presumably sends an existing envelope) and 'create_from_template' (which uses templates rather than raw PDFs). It provides a comprehensive overview of the tool's function.

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 description implies usage by specifying the document input options (PDF path or base64), but does not explicitly state when to use this tool versus alternatives like 'create_from_template' or 'send_envelope'. No exclusions or prerequisites are mentioned, leaving the agent to infer context from the tool name and description alone.

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/kumarprobeops/signforge-mcp'

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