Skip to main content
Glama
signdocsbrasil

SignDocs Brasil MCP Server

Official

Create envelope

create_envelope
Destructive

Initiates a legally-binding e-signature envelope for a shared PDF, supporting parallel or sequential signing. Add signers afterward to complete the request.

Instructions

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Create a multi-signer envelope around one PDF. After creating, add each signer with add_session_to_envelope. Consumes quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerNoThe requester (distinct from the signer). When set and signer.email differs, SignDocs auto-emails the signer an invite and notifies the owner on completion. Omit to deliver links yourself via webhooks.
localeNoUI/email language. Default pt-BR.
metadataNoFree-form key/value tags (keys ≤256, values ≤1024 chars).
cancelUrlNo
returnUrlNo
documentUrlNoDirect, public HTTPS link to the shared PDF (≤10MB) — server fetches it (not a Google Drive /view or private link).
signingModeYesPARALLEL: anyone signs in any order. SEQUENTIAL: ordered.
uploadTokenNoToken from request_document_upload after the user uploaded the PDF. Provide one of documentBase64 / documentUrl / uploadToken.
totalSignersYesHow many signers will be added to this envelope.
documentBase64NoBase64-encoded PDF (≤10MB) shared by all signers.
idempotencyKeyNoIdempotency key for safe retries; a UUID is generated if omitted.
documentFilenameNo
expiresInMinutesNo
Behavior4/5

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

Description adds behavioral context beyond annotations: 'consequential, possibly irreversible action', 'legally-binding signature request and/or quota consumption'. No contradiction with annotations.

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?

Two sentences, front-loaded with a critical warning, then concise purpose and next step. No wasted words.

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?

Covers workflow, warning, and quota consumption. Lacks return value description, but no output schema exists. Adequate given complexity.

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

Parameters4/5

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

Schema coverage is 69%; description does not detail all parameters but reinforces key workflow. Adds value for 'owner' parameter by clarifying its automatic notification behavior.

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 verb 'Create' and the resource 'multi-signer envelope around one PDF'. It distinguishes from sibling tool add_session_to_envelope by specifying the workflow order.

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?

Explicit warning to confirm with human before calling, and instruction to use add_session_to_envelope next. Lacks explicit alternatives or when-not-to-use, but context is clear.

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

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