Summarize a metadata.xml
get_metadata_summaryParse a local EDMX metadata.xml to extract entity sets, types, keys, associations, and annotation targets for OData structure understanding.
Instructions
Parses a local EDMX metadata.xml and returns entity sets, entity types, keys, associations and annotation targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadataXmlPath | Yes | Path to the metadata.xml file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| savedTo | No | ||
| sourceUrl | No | ||
| entitySets | Yes | ||
| namespaces | Yes | ||
| annotations | No | ||
| entityTypes | Yes | ||
| odataVersion | Yes | ||
| annotationTargets | No |