Get Schema Details
swagger_get_schemaRetrieve a schema summary and the cached file path to its full resolved definition, including properties, types, enums, and nested structures.
Instructions
Get a brief summary of a specific schema/model and the path to its cached JSON file containing the complete deep-resolved definition (all properties, types, required fields, enums, defaults, nested structures). Use the Read tool on the returned file path to see the full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema/model name (e.g. 'User', 'OrderResponse') |