list_test_plans
List test plans in a project by providing project ID or name. Returns plan names and IDs for quick reference.
Instructions
List test plans in a test management project. Returns plan names and IDs. Requires project ID or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| limit | No | Max items to return (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |