Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCUSEAL_API_KEYYesYour DocuSeal API key. Obtain from https://console.docuseal.com/api

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
docuseal_list_templatesB

List all document templates from DocuSeal

docuseal_get_templateB

Get detailed information about a specific template

docuseal_clone_templateB

Clone an existing template into a new template

docuseal_archive_templateA

Archive (soft delete) a template

docuseal_create_template_from_pdfB

Create a template from an existing PDF with form fields

docuseal_list_submissionsB

List all submissions with optional filtering

docuseal_get_submissionB

Get detailed information about a specific submission

docuseal_create_submissionB

Create a new submission for document signing

docuseal_archive_submissionA

Archive (soft delete) a submission

docuseal_list_submittersB

List all submitters with optional filtering

docuseal_get_submitterC

Get detailed information about a specific submitter

docuseal_update_submitterB

Update submitter details, field values, and re-send emails

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 12 tools

Disambiguation5/5

Each tool clearly targets a specific resource and action: templates, submissions, and submitters are all distinct, and operations like list, get, clone, archive, create, and update are unambiguous. No two tools could be easily confused.

Naming Consistency5/5

All tools follow the pattern 'docuseal_<verb>_<noun>', with consistent snake_case and a clear verb-noun structure. The only longer name, create_template_from_pdf, still fits the pattern as a verb-noun phrase.

Tool Count5/5

With 12 tools covering three main resource types (templates, submissions, submitters), the count is well within the ideal range. Each tool serves a distinct purpose without unnecessary bloat.

Completeness4/5

The core document signing workflow is covered: template creation from PDF, listing/archiving templates, creating/listing submissions, and managing submitters. Minor gaps exist like updating a template or creating/deleting submitters directly, but these are likely handled through other flows.

Maintenance

ActivityInactive
ResponsivenessNo issues