create_scheme
Create a new government scheme record with eligibility criteria, benefits, and required documents. Returns the created scheme as JSON.
Instructions
Create a new government scheme record. Pass only valid fields; unknown fields are ignored. Returns the created row as JSON.
Args:
code: Unique code for the scheme
name: Name of the scheme
description: Description of the scheme
department: Department offering the scheme
category: Program domain (education, health, agriculture, housing, women, child, senior, disability, minority, entrepreneurship, employment, skill, welfare)
benefit_type: Type of benefit (cash, subsidy, scholarship, loan, insurance, pension, grant, in-kind)
benifit_details: Detailed description of the benefit structure, payouts, timelines
terms_and_conditions: Terms and conditions text for the scheme
scheme_raw_text: Raw, unstructured text of scheme details scraped or provided
official_website: Official scheme website URL
application_link: Direct application form/link URL
url: Official URL for the scheme
contact: Contact information
min_age: Minimum age requirement
max_age: Maximum age requirement
genders: List of allowed genders (male, female, other)
income_min: Minimum income requirement
income_max: Maximum income requirement
employment_status: List of employment statuses (unemployed, farmer, student, salaried, entrepreneur)
disabilities: List of applicable disabilities (visual, hearing, mobility, intellectual, multiple, other)
social_categories: List of social categories (SC, ST, OBC, EWS, GENERAL)
marital_statuses: List of marital statuses (single, married, divorced, widowed)
religions: List of applicable religions
states: List of applicable states/UTs
districts: List of applicable districts
urban_rural: List of area types (urban, rural)
professions: List of applicable professions
required_documents: List of required documents
caste_required: Whether caste certificate is required
domicile_required: Whether domicile certificate is required
is_active: Whether the scheme is active
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| name | No | ||
| description | No | ||
| department | No | ||
| category | No | ||
| benefit_type | No | ||
| benifit_details | No | ||
| terms_and_conditions | No | ||
| scheme_raw_text | No | ||
| official_website | No | ||
| application_link | No | ||
| url | No | ||
| contact | No | ||
| min_age | No | ||
| max_age | No | ||
| genders | No | ||
| income_min | No | ||
| income_max | No | ||
| employment_status | No | ||
| disabilities | No | ||
| social_categories | No | ||
| marital_statuses | No | ||
| religions | No | ||
| states | No | ||
| districts | No | ||
| urban_rural | No | ||
| professions | No | ||
| required_documents | No | ||
| caste_required | No | ||
| domicile_required | No | ||
| is_active | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |