DROPBOX_SIGN_ADD_USER_TO_TEAM
Tool to invite a user to your Team. Use when you need to add a member by email or account ID.
DROPBOX_SIGN_ADD_USER_TO_TEMPLATE
Tool to grant a specified account access to a template. Use when you need to share a template with another user after confirming template and account identifiers.
DROPBOX_SIGN_BULK_SEND_WITH_TEMPLATE
Tool to create a BulkSendJob for templated signature requests. Use when you need to send up to 250 signature requests at once via one or more templates.
DROPBOX_SIGN_CREATE_REPORT
Tool to request creation of CSV report(s). Use when you need account activity or document status reports for a specific date range.
DROPBOX_SIGN_DELETE_TEMPLATE
Tool to permanently delete a template. Use when you need to remove a template after confirming its ID.
DROPBOX_SIGN_DOWNLOAD_SIGNATURE_REQUEST_FILES
Tool to download documents for a signature request. Use after confirming the request is complete; returns a PDF or ZIP file.
DROPBOX_SIGN_EDIT_AND_RESEND_EMBEDDED_SIGNATURE_REQUEST
Tool to edit and resend an embedded signature request. Use when you need to modify and restart the embedded signing flow for an existing request.
DROPBOX_SIGN_EDIT_AND_RESEND_EMBEDDED_SIGNATURE_REQUEST_WITH_TEMPLATE
Tool to edit and resend an embedded signature request using templates. Use when you need to update request details or recipients and resend within an embedded signing flow.
DROPBOX_SIGN_EDIT_AND_RESEND_SIGNATURE_REQUEST
Tool to edit and resend a signature request. Use when you need to update documents, signers, or metadata and resend an existing non-templated request.
DROPBOX_SIGN_EDIT_AND_RESEND_UNCLAIMED_DRAFT
Tool to edit and resend a previously created unclaimed draft. Use when you have an existing signature_request_id and want to modify the draft before reissuing.
DROPBOX_SIGN_GET_ACCOUNT
Tool to retrieve the properties and settings of your Dropbox Sign account. Use when you need to inspect account details. Requires either account_id or email_address.
DROPBOX_SIGN_GET_BULK_SEND_JOB
Tool to retrieve the status of a bulk send job. Use when you need up-to-date job progress and request details.
DROPBOX_SIGN_GET_CURRENT_TEAM
Tool to get the current team membership status and details. Use when you need to check if the authenticated user is part of a team and retrieve team information. Returns is_on_team False if user is not part of any team (no retries needed for this case).
DROPBOX_SIGN_GET_EMBEDDED_SIGN_URL
Tool to generate an embedded signing URL for a signature. Use after creating a signature request when embedding HelloSign in an iFrame.
DROPBOX_SIGN_GET_EMBEDDED_TEMPLATE_EDIT_URL
Tool to generate an edit URL for embedded template editing. Use after selecting or uploading a template to allow users to modify it in an iframe.
DROPBOX_SIGN_GET_SIGNATURE_REQUEST
Tool to get the status and details of a signature request. Use when you need to retrieve up-to-date information after sending a request.
DROPBOX_SIGN_GET_TEAM_INFO
Tool to get information about a team. Use when you need to retrieve details of a team by its ID.
DROPBOX_SIGN_GET_TEMPLATE
Tool to return the specified template. Use when you need to fetch full template details by ID.
DROPBOX_SIGN_GET_TEMPLATE_FILES
Tool to download documents associated with a template. Use after confirming the template is created; returns a PDF or ZIP archive of the documents.
DROPBOX_SIGN_LIST_BULK_SEND_JOBS
Tool to list bulk send jobs. Use when you need to retrieve all bulk send job summaries the authenticated user can access. Supports pagination via page and page_size.
DROPBOX_SIGN_LIST_FAX_LINES
Tool to list fax lines and their properties. Use when you need to retrieve available fax lines for an account, optionally paging or including team lines.
DROPBOX_SIGN_LIST_SIGNATURE_REQUESTS
Tool to list signature requests. Use when you need to retrieve paginated signature requests with optional filters.
DROPBOX_SIGN_LIST_SUB_TEAMS
Tool to list sub-teams of a parent team. Use when you need to retrieve all sub-teams under a given team with pagination support.
DROPBOX_SIGN_LIST_TEAM_MEMBERS
Tool to list members and roles for a team. Use after you have a valid team_id to view its members and their roles.
DROPBOX_SIGN_LIST_TEAMS
Tool to list all teams available to the user. Use after authenticating to retrieve the current team and its sub-teams, returning their team_ids and names for downstream actions.
DROPBOX_SIGN_LIST_TEMPLATES
Tool to list templates. Use when you need to retrieve a paginated list of templates accessible to your account.
DROPBOX_SIGN_O_AUTH_AUTHORIZE
Tool to generate an OAuth authorization URL. Use before directing the user to grant access.
DROPBOX_SIGN_RELEASE_SIGNATURE_REQUEST_HOLD
Tool to release a held signature request. Use when a signature request created from an unclaimed draft is held and you want to send it to signers.
DROPBOX_SIGN_REMOVE_USER_FROM_TEMPLATE
Tool to remove an account's access to a template. Use when you need to revoke a user's permission on a template after confirming template ID and target account.
DROPBOX_SIGN_SEND_SIGNATURE_REQUEST_REMINDER
Tool to send an email reminder to a signer. Use when you need to remind a signer about an outstanding signature request at least 1 hour after the last reminder.
DROPBOX_SIGN_VERIFY_ACCOUNT
Tool to verify whether a Dropbox Sign account exists for the given email. Use when you need to check account existence before sending signature requests.