Describe language runtime schema
describe_language_runtime_schemaGet the config schema for a language runtime (e.g., Go) to correctly fill cwd/env/config fields when creating a service, avoiding guesswork.
Instructions
Return the config field schema for a language runtime provider, such as go. Use before creating a service so you fill cwd/env/config fields instead of guessing a command string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes |