principles.search
Search blueprint principles by free-text query to find those related to a specific design challenge, failure mode, or keyword. Returns ranked matches with title, cluster, definition, rationale, and implementation heuristics.
Instructions
Search Blueprint principles by free-text query and return the closest matches ranked by relevance. Use this to find principles related to a specific design challenge, failure mode, or keyword (e.g. 'reversibility', 'approval flow', 'delegation boundary'). Returns principle title, cluster, definition, rationale, and implementation heuristics. Prefer this over principles.list when you have a specific topic in mind rather than wanting all principles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search query matched against principle title, definition, rationale, and cluster. | |
| limit | No | Maximum number of results to return. Capped at server maximum. |