search_concepts
Search OKF concepts using text and structured filters to get ranked summaries and pinpoint relevant knowledge.
Instructions
Search OKF concepts and return ranked summaries using text and structured filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | No | UTC ISO date or datetime used for deterministic freshness evaluation. | |
| 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. | |
| runtime | No | Limit results to this Attested Computation runtime. | |
| tagsAll | No | Require all of these tags. | |
| tagsAny | No | Require at least one of these tags. | |
| linkedTo | No | Require an outgoing edge to this concept URI. | |
| statuses | No | Limit results to lifecycle statuses. | |
| freshness | No | Limit results to unspecified, fresh, stale, or invalid freshness states. | |
| hasSources | No | Require concepts to have or not have normalized sources. | |
| linkedFrom | No | Require an incoming edge from this concept URI. | |
| orphanOnly | No | Return only concepts without incoming or outgoing resolved edges. | |
| pathPrefix | No | Limit results to bundle relative paths beginning with this prefix. | |
| trustTiers | No | Limit results to unverified, machine-confirmed, or human-reviewed trust tiers. | |
| verifiedBy | No | Limit results to concepts verified by this actor. | |
| frontmatter | No | Exact frontmatter filters; array fields use contains matching. | |
| generatedBy | No | Limit results to this generator actor. | |
| relationType | No | Limit results to concepts with an outgoing relation of this type. | |
| attestationReady | No | Require static Attested Computation readiness. |