# Dropbox sign (verified)

Dropbox Sign (formerly HelloSign) offers electronic signature and document workflow solutions, simplifying how businesses collect legally binding signatures online

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dropbox_sign

# Browse available tools
npx -y @smithery/cli@latest tool list dropbox_sign

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dropbox_sign DROPBOX_SIGN_ADD_USER_TO_TEAM

# Call a tool
npx -y @smithery/cli@latest tool call dropbox_sign DROPBOX_SIGN_ADD_USER_TO_TEAM '{}'
```

## Direct MCP Connection

Endpoint: `https://dropbox_sign.run.tools`

## Tools (31)

- `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 c…
- `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 a…
- `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…
- `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 …
- `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 flo…
- `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 r…
- `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 …
- `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 wa…
- `DROPBOX_SIGN_GET_ACCOUNT` — Tool to retrieve the properties and settings of your Dropbox Sign account. Use when you need to inspect account details…
- `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 par…
- `DROPBOX_SIGN_GET_EMBEDDED_SIGN_URL` — Tool to generate an embedded signing URL for a signature. Use after creating a signature request when embedding HelloSi…
- `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 …
- `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 s…
- `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 Z…
- `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 acces…
- `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, optional…
- `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…
- `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, …
- `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 …
- `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 c…
- `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…
- `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 …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dropbox_sign <tool-name>
```
