Skip to main content
Glama
signdocsbrasil

SignDocs Brasil MCP Server

Official

Add signer to envelope

add_session_to_envelope
Destructive

Add a signer to an existing envelope and generate a ready-to-share signing URL for identity verification.

Instructions

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Add a signing session for one signer to an envelope. Returns IDs plus a ready-to-share signingUrl.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signerYesThe person who will sign / authenticate.
purposeNoDOCUMENT_SIGNATURE to sign a PDF; ACTION_AUTHENTICATION to authenticate an action with no document.
metadataNoFree-form key/value tags (keys ≤256, values ≤1024 chars).
cancelUrlNo
returnUrlNo
envelopeIdYesThe envelope to add a signer to.
signerIndexYesZero-based position of this signer (0..totalSigners-1).
policyProfileYesIdentity-assurance profile: CLICK_ONLY, CLICK_PLUS_OTP, BIOMETRIC, BIOMETRIC_PLUS_OTP, or CUSTOM. Read the signdocs://policy-profiles resource for the authoritative list — an invalid value returns 400.
Behavior5/5

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

Adds important behavioral context beyond annotations: irreversible action, legally-binding, quota consumption. Annotation contradicts none.

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, no fluff. The critical warning is front-loaded. Every sentence earns its place.

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 (8 params, nested objects, no output schema), the description covers the return value (signingUrl) and the consequential nature. Could include more about parameter relationships but schema covers details.

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 high (75%) with detailed parameter descriptions. The description adds minimal extra beyond mentioning the signingUrl output. Meets the baseline for 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?

Clearly states the action 'Add a signing session for one signer to an envelope' and the output 'signingUrl'. This verb-resource pair is distinct from siblings like cancel_signing_session or create_envelope.

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?

Includes a prominent warning about consequential, possible irreversible action and legal implications, advising confirmation with human. This provides clear when-to-use guidance, but lacks explicit comparisons to sibling tools.

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