roslyn:get_type_overview
Retrieve comprehensive type information including base types and member counts in a single call to quickly understand .NET/C# types.
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 |