suggest_entries
Suggests registry entries relevant to a natural language task description by splitting the task into terms and ranking entries by match count.
Instructions
Suggest registry entries relevant to a natural language task description.
Splits the task into individual terms and scores entries by how many terms appear in their name, description, plugin name, and tags. Returns entries ranked by relevance score with matched_terms listed.
Use this for natural language queries (e.g. "I need to review architecture and create ADRs", "write tests for a Go service"). For exact keyword or partial name matching, use search_entries instead.
task: natural language description of what you need
type: optional type filter ("skill", "agent", "command", "hook")
limit: max results to return (default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| type | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |