<h1 align="center">
<a href="https://prompts.chat">
DocuSign actions available through AgenCo
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.
| Action | Description |
|---|---|
| create_envelope | Generates new document envelopes ready for signing |
| get_envelope | Retrieves current envelope status and details |
| list_envelopes | Queries envelopes with filtering by status or date |
| send_envelope | Transmits envelopes to recipients for signature |
| void_envelope | Cancels envelopes no longer required |
| list_recipients | Obtains signers and other envelope participants |
| list_documents | Retrieves documents contained within an envelope |
| download_document | Exports signed or completed documents |
| list_templates | Accesses available document templates |
| get_user_info | Obtains current user account information |
Always search first to discover exact tool names and their input schemas, then call the tool.
agenco search-tools '{"queries":["docusign create envelope"]}'
The response includes toolName (exact name) and inputSchema (required/optional parameters).
Use the exact toolName and match the inputSchema from the search results:
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'
# Find the right tool
agenco search-tools '{"queries":["docusign create envelope"]}'
# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"docusign_create_envelope","input":{...}}'
If DocuSign is not connected, run
agenco list-connected-integrationsto check, then connect it via the Shield UI.