midnight-suggest-tool
Describe your task in natural language to receive targeted tool recommendations for Midnight blockchain development.
Instructions
🎯 SMART DISCOVERY: Describe what you want to do in natural language, and get tool recommendations.
EXAMPLES: • "I want to find example voting contracts" → midnight-search-compact • "Check if my version is outdated" → midnight-upgrade-check • "Analyze my contract for security issues" → midnight-analyze-contract • "I'm new to Midnight and want to get started" → midnight-get-repo-context
This tool matches your intent against known patterns and suggests the most appropriate tools with confidence levels.
USAGE GUIDANCE: • Call once with your intent - no need to call repeatedly • More specific intents get better matches • Use the primaryRecommendation for the best match
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | What you want to accomplish (natural language description) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | The original intent | |
| suggestions | Yes | Suggested tools ranked by relevance | |
| primaryRecommendation | No | Top recommendation | |
| tip | No | Helpful tip |