> ## Documentation Index
> Fetch the complete documentation index at: https://birdeye-0229a3ce-cgupta-healthcare.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Business Overview

> Tools for business profiles, locations, account management, and microsite custom cards.

## Tools in this category

### Profile and locations

<CardGroup cols={1}>
  <Card title="get_business_info" icon="building" href="/mcp/tools/business/get-business-info">
    Fetch the business profile of the currently authenticated user
  </Card>

  <Card title="get_child_locations" icon="location-dot" href="/mcp/tools/business/get-child-locations">
    Fetch all child locations of the current enterprise account
  </Card>
</CardGroup>

### Account management

<CardGroup cols={1}>
  <Card title="create_business" icon="square-plus" href="/mcp/tools/business/create-business">
    Create a new business or sub-account under the reseller or account
  </Card>

  <Card title="update_business_status" icon="power-off" href="/mcp/tools/business/update-business-status">
    Activate or deactivate a business or location
  </Card>
</CardGroup>

### Custom cards

<CardGroup cols={1}>
  <Card title="get_custom_card_details" icon="id-card" href="/mcp/tools/business/get-custom-card-details">
    List the custom cards on a location's microsite profile
  </Card>

  <Card title="update_custom_card" icon="pen-to-square" href="/mcp/tools/business/update-custom-card">
    Update an existing custom card on a microsite profile
  </Card>

  <Card title="delete_custom_card" icon="trash" href="/mcp/tools/business/delete-custom-card">
    Delete a custom card from a microsite profile
  </Card>
</CardGroup>

## Tips

* `get_child_locations` is a prerequisite for any location-level tool — call it first to get valid location IDs.
* `get_business_info` returns the top-level account profile (name, address, phone, website).
* `create_business` and `update_business_status` are **write tools** — confirm the exact target and intent before calling.
* Resolve a `cardId` with `get_custom_card_details` before calling `update_custom_card` or `delete_custom_card`.
