Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIGISIGN_ACCESS_KEY | Yes | Your DigiSign API access key found in Settings > Pro vyvojare > API klice. | |
| DIGISIGN_SECRET_KEY | Yes | Your DigiSign API secret key found in Settings > Pro vyvojare > API klice. |
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_envelopes | List envelopes with optional status filter. Returns envelope IDs, names, and statuses. |
| get_envelope | Get detailed information about a specific envelope including status, recipients, documents. |
| list_documents | List documents attached to an envelope. |
| list_recipients | List recipients of an envelope with their signing status. |
| list_tags | List signature/form tags on an envelope. |
| get_download_url | Get a temporary download URL (valid 5 min) for signed documents from a completed envelope. |
| get_account | Get DigiSign account info — credits, plan, usage. |
| create_envelope | Create a new draft envelope for digital signature. Returns envelope ID for subsequent operations. |
| upload_and_attach_document | Upload a local file (PDF/DOCX) and attach it to an envelope. |
| add_recipient | Add a signer, approver, or CC recipient to an envelope. |
| add_signature_tag | Place a signature or form tag on a document. Use placeholder for text-based positioning or coordinates for exact placement. |
| send_envelope | Send a draft envelope for signature. Requires at least one document, one signer, and signature tags placed. |
| cancel_envelope | Cancel a sent envelope. Signers will be notified. |
| delete_envelope | Delete a draft envelope. Cannot delete sent/completed envelopes. |
| discard_envelope | Discard a draft envelope. Moves it to discarded state. Use this instead of delete when the API key lacks ROLE_ENVELOPE_DELETE. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |