Skip to content

get_metadata_summary

Get a comprehensive metadata summary of an assembly. This tool performs a full dnfile analysis of the PE headers and .NET metadata tables — no ilspycmd required. It returns the assembly identity, statistics across all metadata tables, and a complete list of referenced assemblies.

ParameterTypeRequiredDefaultDescription
assembly_pathstringYesFull path to the .NET assembly (.dll or .exe)
{
"tool": "get_metadata_summary",
"arguments": {
"assembly_path": "/path/to/MyApp.dll"
}
}

The response includes three sections:

  • Identity — assembly name, version, culture, public key token, and target framework
  • Statistics — counts for types, methods, fields, properties, events, and resources in a table
  • Referenced Assemblies — sorted list of all assemblies this binary depends on