# Zoho bigin (verified)

Zoho Bigin is a simplified CRM solution from Zoho tailored for small businesses, focusing on pipeline tracking and relationship management

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (12)

- `ZOHO_BIGIN_ADD_RECORDS` — Tool to add new records to a module. Use when you need to programmatically insert one or more records into Bigin after …
- `ZOHO_BIGIN_ADD_TAGS_TO_RECORDS` — Tool to add tags to a specific record in a module. Use when you need to categorize or label a record after creation or …
- `ZOHO_BIGIN_CREATE_TAGS` — Tool to create tags for a module. Use when you need to add new tags to a specific module in Zoho Bigin.
- `ZOHO_BIGIN_DELETE_ATTACHMENT` — Tool to delete an attachment from a record. Use when you need to remove a file after confirming its record_id and attac…
- `ZOHO_BIGIN_DELETE_RECORDS` — Tool to delete records from a module. Use when removing one or multiple records after confirming their IDs.
- `ZOHO_BIGIN_DOWNLOAD_ATTACHMENT` — Tool to download an attachment from a record. Use when you need the binary content of a specific attachment after confi…
- `ZOHO_BIGIN_GET_ATTACHMENTS` — Tool to retrieve attachments for a record. Use when you need a paginated list of attachments for a given module record.
- `ZOHO_BIGIN_GET_DELETED_RECORDS` — Tool to get a list of deleted records in a module. Use when auditing or restoring recently deleted data (recycle within…
- `ZOHO_BIGIN_GET_MODULES` — Tool to retrieve a list of all modules. Use when you need to discover which modules are available in Bigin.
- `ZOHO_BIGIN_GET_RECORDS` — Tool to retrieve records from a Bigin module. Use when listing or querying module data with specific fields, sorting, f…
- `ZOHO_BIGIN_UPDATE_RECORDS` — Tool to update existing records in a module. Use when you need to modify one or multiple records after confirming their…
- `ZOHO_BIGIN_UPLOAD_ATTACHMENT` — Tool to upload an attachment to a record. Use when you need to attach a file or specify a public URL for upload to a Bi…

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