roslyn:get_type_overview
Fetch a complete type overview in one call: get type info, first three base types, and member counts to 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 |