get_case_fields
Get the field schema for test cases in a project. Returns available fields, their types, and options for dropdown fields to aid in accurate test case creation.
Instructions
Get the field schema for test cases for a specific project. You should normally provide project_id to get fields applicable to your project. If you truly need all fields across all projects, you may omit project_id, but this is rarely what you want. Returns available fields with their types and options (for dropdown fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The project ID to get fields for. This is the primary way to use this tool, as it returns only the fields relevant to your current project. If omitted, returns all fields across all projects. |