{
  "info": {
    "name": "Zoho Bigin — mcp.ai",
    "description": "REST API for the Zoho Bigin MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/zoho_bigin",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "zoho_bigin_add_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "records"
          ]
        },
        "description": "Tool to add new records to a module. use when you need to programmatically insert one or more records into bigin after confirming module name and field api names. provide required fields per module (e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"trigger\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_add_tags_to_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/tags/to/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "tags",
            "to",
            "records"
          ]
        },
        "description": "Tool to add tags to a specific record in a module. use when you need to categorize or label a record after creation or update.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"record_id\": \"\",\n  \"over_write\": false,\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_create_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "tags"
          ]
        },
        "description": "Tool to create tags for a module. use when you need to add new tags to a specific module in zoho bigin.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"module\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_delete_attachment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/attachment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "attachment"
          ]
        },
        "description": "Tool to delete an attachment from a record. use when you need to remove a file after confirming its record id and attachment id.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"record_id\": \"\",\n  \"attachment_id\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_delete_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "records"
          ]
        },
        "description": "Tool to delete records from a module. use when removing one or multiple records after confirming their ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ids\": \"\",\n  \"wf_trigger\": false,\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_download_attachment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/attachment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "attachment"
          ]
        },
        "description": "Tool to download an attachment from a record. use when you need the binary content of a specific attachment after confirming the record and attachment ids.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"record_id\": \"\",\n  \"attachment_id\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_get_attachments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/attachments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "attachments"
          ]
        },
        "description": "Tool to retrieve attachments for a record. use when you need a paginated list of attachments for a given module record.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"fields\": \"\",\n  \"per_page\": 0,\n  \"record_id\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_get_deleted_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/deleted/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "deleted",
            "records"
          ]
        },
        "description": "Tool to get a list of deleted records in a module. use when auditing or restoring recently deleted data (recycle within 60 days, permanent within 120 days).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"type\": \"\",\n  \"per_page\": 0,\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_get_modules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/modules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "modules"
          ]
        },
        "description": "Tool to retrieve a list of all modules. use when you need to discover which modules are available in bigin.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_get_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "records"
          ]
        },
        "description": "Tool to retrieve records from a bigin module. use when listing or querying module data with specific fields, sorting, filtering, and pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cvid\": \"\",\n  \"page\": 0,\n  \"fields\": \"\",\n  \"sort_by\": \"\",\n  \"approved\": \"\",\n  \"per_page\": 0,\n  \"page_token\": \"\",\n  \"sort_order\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_update_records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "records"
          ]
        },
        "description": "Tool to update existing records in a module. use when you need to modify one or multiple records after confirming their ids and field api names. supports up to 100 records per call; specify an optiona",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data\": \"\",\n  \"trigger\": \"\",\n  \"record_id\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zoho_bigin_upload_attachment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/attachment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "attachment"
          ]
        },
        "description": "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 bigin record. ensure module api name and record id are correct before calling.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file\": \"\",\n  \"record_id\": \"\",\n  \"attachment_url\": \"\",\n  \"module_api_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}