calculate_court_fee
Estimate ad valorem court fees required for filing a suit in a specific Indian state from state code and suit value.
Instructions
Calculate ad valorem court fees for a specific state.
Use when you need to estimate the court fee required to be paid for filing a suit.
Args: state_code: State code (e.g., 'MH', 'DL', 'KA'). suit_value: Value of the suit. suit_type: Type of suit.
Returns: Standard envelope with calculated court fee and computation details.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suit_type | No | Type of suit (default: 'money') | money |
| state_code | Yes | State code where suit is filed (e.g., MH, DL, KA) | |
| suit_value | Yes | Value of the suit in INR |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||