Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCUSEAL_URLNoBase URL for DocuSeal (e.g., your self-hosted instance or cloud URL)http://localhost:3030
DOCUSEAL_API_KEYYesAPI key for X-Auth-Token header required to authenticate with DocuSeal

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/caffeinebounce/docuseal-mcp-server'

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