Skip to main content
Glama
mingyangsun-sketch

DocuSign MCP Server (patched)

create_envelope_from_documents

Create a DocuSign envelope from documents and signers, set email subject, and send or save as draft. Supports base64, file paths, or URLs for document content.

Instructions

Create an envelope from documents (not using a template).

Args: documents: List of documents, each with name, documentId, fileExtension, and EXACTLY ONE content source: - documentBase64: inline base64 content, OR - documentPath: a file path readable by the server, OR - documentUrl: an HTTP(S) URL to download recipients: Dictionary of recipient types to lists: - signers: List of signers with name, email, recipientId, routingOrder email_subject: Subject line for the email. email_blurb: Optional body text for the email. status: Envelope status - "sent" to send immediately or "created" for draft.

Returns: Dictionary with envelopeId and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNosent
documentsYes
recipientsYes
email_blurbNo
email_subjectYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the return value (envelopeId and status) and status options ('sent' or 'created'), but does not mention permissions, reversibility, error behavior, or other side effects. This is minimal but useful context.

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 well-structured with clear Args and Returns sections. Every line conveys necessary information—parameter formats, constraints, and return type—without redundancy or unnecessary fluff.

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 tool's complexity (nested objects, multiple parameters) and lack of annotations, the description is quite complete. It covers all inputs, output, and key constraints like the exactly-one content source rule. It doesn't mention error handling or edge cases, but for this creation tool the coverage is solid.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero description coverage, so the description must compensate. It thoroughly explains each parameter: documents with exactly one content source (base64, path, or URL), recipients with signer details, email subject/blurb, and status. This adds far more meaning than the bare schema, which only lists types and required flags.

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's purpose: 'Create an envelope from documents (not using a template).' It uses a specific verb and resource, and explicitly distinguishes itself from the sibling tool create_envelope_from_template, making it easy to select correctly.

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 provides clear context on when to use this tool by emphasizing 'not using a template', implying it should be chosen over template-based alternatives. It does not explicitly name alternative tools but the sibling list makes it obvious. No exclusions or prerequisites are mentioned beyond the content source constraints.

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/mingyangsun-sketch/docusign-mcpserver'

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