KosmoKrator

productivity

Adobe Acrobat Sign MCP, CLI, and Lua Integration for AI Agents

Adobe Acrobat Sign integration docs for AI agents: MCP gateway setup, Adobe Acrobat Sign CLI commands, Lua API reference, credentials, and function schemas.

Adobe Acrobat Sign for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
adobe-acrobat-sign.adobe_acrobat_sign_agreements_create_agreement Write write 0 This is a primary endpoint which is used to create a new agreement. An agreement can be created using transientDocument, libraryDocument or a URL. You can create an agreement in one of the 3 mentioned states: a) DRAFT - to incrementally build the agreement...
adobe-acrobat-sign.adobe_acrobat_sign_agreements_add_template_fields_to_agreement Write write 0 Adds template fields to an agreement
adobe-acrobat-sign.adobe_acrobat_sign_agreements_create_delegated_participant_sets Write write 0 Participants marked as delegator can call this API endpoint.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_create_share_on_agreement Write write 0 Share an agreement with someone.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_create_reminder_on_participant Write write 0 Creates a reminder on the specified participants of an agreement identified by agreementId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_create_agreement_view Write write 0 Retrieves the latest state view url of agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_agreements Read read 0 Retrieves agreements for the user.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_agreement_info Read read 0 Retrieves the current status of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_audit_trail Read read 0 PDF file stream containing audit trail information
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_combined_document Read read 0 Retrieves a single combined PDF document for the documents associated with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_combined_document_pages_info Read read 0 Retrieves info of all pages of a combined PDF document for the documents associated with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_all_documents Read read 0 Retrieves the IDs of the documents of an agreement identified by agreementId.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_document Read read 0 Retrieves the file stream of a document of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_document_image_urls Read read 0 Retrieves image urls of all visible pages of a document associated with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_all_documents_image_urls Read read 0 Retrieves image urls of all visible pages of all the documents associated with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_events Read read 0 Retrieves the events information for an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_form_data Read read 0 This API can only be called by the creator of the agreement
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_form_fields Read read 0 Retrieves details of form fields of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_merge_info Read read 0 Retrieves the merge info stored with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_agreement_note_for_api_user Read read 0 Retrieves the latest note associated with an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_all_members Read read 0 Retrieves information of members of the agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_participant_set Read read 0 Retrieves the participant set of an agreement identified by agreementId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_signing_url Read read 0 Retrieves the URL for the e-sign page for the current signer(s) of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_get_agreement_reminders Read read 0 Retrieves the reminders of an agreement, identified by agreementId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_agreement Write write 0 Updates the agreement in draft state.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_form_fields Write write 0 Updates form fields of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_agreement_merge_info Write write 0 Set the merge info for an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_agreement_visibility Write write 0 Updates the visibility of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_participant_set Write write 0 Updates the participant set of an agreement identified by agreementId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_reject_agreement_for_participation Write write 0 Rejects the agreement for a participant.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_update_agreement_state Write write 0 This endpoint can be used by originator/sender of an agreement to transition between the states of agreement. An allowed transition would follow the following sequence: DRAFT -> AUTHORING -> IN_PROCESS -> CANCELLED.
adobe-acrobat-sign.adobe_acrobat_sign_agreements_delete_documents Write write 0 Deletes all the documents of an agreement.
adobe-acrobat-sign.adobe_acrobat_sign_base_uris_get_base_uris Read read 0 Gets the base uri to access other APIs. In case other APIs are accessed from a different end point, it will be considered an invalid request.
adobe-acrobat-sign.adobe_acrobat_sign_groups_get_groups Read read 0 Retrieves all the groups in an account.
adobe-acrobat-sign.adobe_acrobat_sign_groups_get_group_details Read read 0 Retrieves detailed information about the group.
adobe-acrobat-sign.adobe_acrobat_sign_groups_get_users_in_group Read read 0 Retrieves all the users in a group.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_create_library_document Write write 0 Creates a template that is placed in the library of the user for reuse.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_create_library_document_view Write write 0 Retrieves the latest state view url of a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_documents Read read 0 Retrieves library documents for a user.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_document_info Read read 0 Retrieves the details of a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_document_audit_trail Read read 0 Retrieves the audit trail associated with a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_combined_document Read read 0 Retrieves the combined document associated with a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_documents Read read 0 Retrieves the IDs of the documents associated with library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_document Read read 0 Retrieves the file stream of a document of library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_document_image_urls Read read 0 Retrieves image urls of all visible pages of a document associated with a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_events Read read 0 Retrieves the events information for a library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_get_library_document_note_for_api_user Read read 0 Retrieves the latest note of a library document for the API user.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_update_library_document Write write 0 Currently status, name, sharingMode and templateTypes of the library document can only be updated.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_update_library_document_visibility Write write 0 Updates the visibility of library document.
adobe-acrobat-sign.adobe_acrobat_sign_library_documents_update_library_document_state Write write 0 Currently state can be changed from AUTHORING to ACTIVE.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_create_mega_sign Write write 0 This is a primary endpoint which is used to create a new megaSign. A megaSign can be created using transientDocument, libraryDocument or a URL. You can create a megaSign in IN_PROCESS - Create a megaSign in this state to immediately send it. You can use the...
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_sign_view Write write 0 Retrieves the requested views of mega sign agreement.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_signs Read read 0 Retrieves MegaSign parent agreements for a user.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_sign_info Read read 0 Get detailed information of the specified MegaSign parent agreement.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_sign_child_agreements Read read 0 Get all the child agreements of the specified MegaSign parent agreement.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_child_agreements_info_file Read read 0 CSV file stream containing form data information
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_sign_combined_document Read read 0 Retrieves a single combined PDF document for the documents associated with the MegaSign parent agreement.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_events Read read 0 Retrieves the events information for the MegaSign parent agreement.
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_get_mega_sign_form_data Read read 0 CSV file stream containing form data information
adobe-acrobat-sign.adobe_acrobat_sign_mega_signs_update_mega_sign_state Write write 0 This endpoint can be used by creator of the MegaSign to transition between the states of megaSign. An allowed transition would follow the following sequence : IN_PROCESS->CANCELLED.
adobe-acrobat-sign.adobe_acrobat_sign_transient_documents_create_transient_document Write write 0 The document uploaded through this call is referred to as transient since it is available only for 7 days after the upload. The returned transient document ID can be used in the API calls where the uploaded file needs to be referred. The transient document...
adobe-acrobat-sign.adobe_acrobat_sign_users_get_user_views Write write 0 Retrieves the URL of manage, account settings and user profile page.
adobe-acrobat-sign.adobe_acrobat_sign_users_get_users Read read 0 Retrieves all the users in an account.
adobe-acrobat-sign.adobe_acrobat_sign_users_get_user_detail Read read 0 Retrieves detailed information about the user in the caller account.
adobe-acrobat-sign.adobe_acrobat_sign_users_get_groups_of_user Read read 0 Retrieves the groups of the user.
adobe-acrobat-sign.adobe_acrobat_sign_users_modify_user Write write 0 Update an user.
adobe-acrobat-sign.adobe_acrobat_sign_users_update_groups_of_user Write write 0 Updates the groups of the user.
adobe-acrobat-sign.adobe_acrobat_sign_users_modify_user_state Write write 0 Activate/Deactivate a given user.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_create_webhook Write write 0 Creates a webhook.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_get_webhooks Read read 0 Retrieves webhooks for a user.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_get_webhook_info Read read 0 Retrieves the details of a webhook.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_update_webhook Write write 0 Updates a webhook.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_update_webhook_state Write write 0 Updates the state of a webhook identified by webhookId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_webhooks_delete_webhook Write write 0 Deletes a webhook.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_create_widget Write write 0 This is a primary endpoint which is used to create a new widget. You can create a widget in one of the 3 mentioned states: a) DRAFT - to incrementally build the widget, b) AUTHORING - to add/edit form fields in the widget, c) ACTIVE - to immediately host th...
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_view Write write 0 Retrieves the requested views for a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widgets Read read 0 Retrieves widgets for a user.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_info Read read 0 Retrieves the details of a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_agreements Read read 0 Retrieves agreements for the widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_audit_trail Read read 0 Retrieves the audit trail of a widget identified by widgetId.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_combined_document Read read 0 Retrieves a single combined PDF document for the documents associated with a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_documents Read read 0 Retrieves the IDs of the documents associated with widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_document_info Read read 0 Retrieves the file stream of a document of a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_events Read read 0 Retrieves the events information for a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_form_data Read read 0 CSV file stream containing form data information
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_widget_note_for_api_user Read read 0 Retrieves the latest note of a widget for the API user.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_all_widget_members Read read 0 Retrieves detailed member info along with IDs for different types of participants.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_get_participant_set Read read 0 Retrieves the participant set of a widget identified by widgetId in the path.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_update_widget Write write 0 Updates a widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_update_widget_visibility Write write 0 Updates the visibility of widget.
adobe-acrobat-sign.adobe_acrobat_sign_widgets_update_widget_state Write write 0 This endpoint can be used by creator of the widget to transition between the states of widget. An allowed transition would follow any of the following sequence : DRAFT->AUTHORING->ACTIVE, ACTIVEINACTIVE, DRAFT->CANCELLED.
adobe-acrobat-sign.adobe_acrobat_sign_workflows_get_workflows Read read 0 Retrieves workflows for a user.