get_step_definition
Find and inspect step definitions by matching text in their expression, revealing signature, location, and usage count to safely reuse or modify steps.
Instructions
Full detail of step definition(s) whose expression contains the given text: keyword, expression kind, method parameters, C# class/method/signature, file:line, and the scenarios that currently use it (usage count). Use to inspect a step before reusing or changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max definitions (default 20). | |
| query | Yes | Substring of the step-definition expression to match (case-insensitive). |