describe_asm
Get metadata for a named ASM model to understand its structure, fields, and constraints for validation.
Instructions
Return the metadata for a specific ASM model by name.
Args:
model_name: The key identifying the ASM model (e.g. 'automated-reactors').
Returns:
JSON string containing the model metadata on success, or an error object
with the unrecognized name and a list of valid model names on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |