Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCUSEAL_URL | No | Base URL for DocuSeal (e.g., your self-hosted instance or cloud URL) | http://localhost:3030 |
| DOCUSEAL_API_KEY | Yes | API key for X-Auth-Token header required to authenticate with DocuSeal |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_templates | List templates with pagination. Parameters: limit (max 100), after, before, q (search), archived. |
| get_template | Get a template by template ID. |
| create_template_from_pdf | Upload a PDF and create a template. Provide either file_path (preferred) or file_base64. Optional: name, filename. |
| create_submission | Create a signature request from a template. Required: template_id and signers (submitters). Optional: message, send_email. |
| list_submissions | List submissions with pagination and filters. Supports: status, template_id, q, archived, after, before, limit. |
| get_submission | Get full submission details by submission ID. |
| get_submission_documents | Get submission documents. Optionally merge into one PDF and download documents locally by setting download=true. |
| list_submitters | List submitters. Optionally filter by submission_id. Supports pagination via limit/after/before. |
| get_submitter | Get submitter details by submitter ID. |
| update_submitter | Update a submitter by ID. Accepts common fields like email, phone, name, completed, send_email, send_sms, and metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |