search_concepts
Search legal concepts by name using fuzzy matching. Returns matching concepts with definitions and scores from the FOLIO ontology.
Instructions
Search FOLIO concepts by label (name).
Finds legal concepts whose names match the query using fuzzy matching. Use this as the primary entry point for finding concepts.
Args: query: Search term (e.g., "bankruptcy", "software license", "trust"). limit: Maximum number of results to return (default 10).
Returns: JSON array of matching concepts with iri, label, definition, and score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |