get_model_repo_url
Return the GitHub repository URL(s) for a specific data model by name. Use this when the user needs a direct link to the schema source, examples, or documentation on GitHub. Example: get_model_repo_url({"model_name": "WeatherObserved"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | The exact data model name — e.g., 'WeatherObserved', 'OffStreetParking'. |