search_concepts
Find and rank OKF concepts by combining text queries with structured filters like tags, types, and relations.
Instructions
Search OKF concepts and return ranked summaries using text and structured filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of concepts to return. | |
| query | No | Text query matched against concept metadata and content. | |
| types | No | Limit results to any of these concept types. | |
| bundle | No | Limit results to this bundle id. | |
| offset | No | Number of matching concepts to skip before returning results. | |
| tagsAll | No | Require all of these tags. | |
| tagsAny | No | Require at least one of these tags. | |
| pathPrefix | No | Limit results to bundle relative paths beginning with this prefix. | |
| relationType | No | Limit results to concepts with an outgoing relation of this type. |