search_legislation
Search Indian legislation by section-level text, state, or act ID to retrieve authoritative government URLs for exact provisions, with an option to restrict results to in-force laws only.
Instructions
Search Indian legislation at the section level for one jurisdiction.
query: free-text search over the section text, act title and section title (ILIKE, so it's a substring match, not ranked relevance).
state: jurisdiction slug, e.g. "central", "kerala", "west bengal". Fuzzy-matched against list_catalog's legislation_by_state keys.
act_id: exact match, e.g. "IND_central_1860_45", if you already know it.
in_force_only: excludes repealed/spent acts by default.
Each result includes source_url -- the authoritative government page
for that exact provision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| state | No | central | |
| act_id | No | ||
| in_force_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||