qase_discover_tools
Search for the action you need to reveal and activate hidden Qase MCP tools, such as delete, milestone, attachment, review, or custom field. Matched tools become callable immediately, so no capability is overlooked.
Instructions
Find and switch on tools that are hidden by default. Only core tools appear in the tool list; deletes, shared steps and parameters, attachments, external issue links, case reviews, defect triage, and project and custom-field management all exist but stay hidden until discovered. Search by what you are trying to do — "delete", "milestone", "attachment", "review", "custom field" — and matching tools are activated and become callable. Every word in the query must appear in a tool's name or description, so prefer two or three words over a sentence. Never conclude a capability is missing without searching here first. Cost: no API call, matching happens in memory, about 3ms. Free to call as often as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to find tools by name or description. Examples: "delete", "milestone", "attachment", "suite" | |
| activate | No | If true (default), found tools are activated and become available for use | |
| category | No | Filter by tool category |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | Number of matching tools | |
| tools | Yes | ||
| activated | Yes | Number of newly activated tools |