search_law_articles
Search statute articles for specific keywords and retrieve the matching legal provisions in Markdown format.
Instructions
Search for specific keywords within the articles of a statute.
Args: law_id: The ID of the law (e.g., "statute:12345" or just "12345"). keywords: Space-separated keywords to search for within article text.
Returns: Markdown formatted text containing the articles that match the keywords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| law_id | Yes | ||
| keywords | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |