roslyn:get_type_overview
Retrieve a comprehensive type overview including type info, base types, and member counts in a single call to understand any .NET type quickly.
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 |