roslyn:get_type_overview
Obtain comprehensive type information, base types, and member counts in one call to quickly understand any .NET type.
Instructions
Get comprehensive type overview in ONE CALL: type info + base types (first 3) + member counts.
USAGE: get_type_overview("MyService") - returns everything you need to understand a type quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeName | Yes | Type name |