Generate Documentation
generate_documentationGenerate documentation stubs for all public exports in a cached file, with automatic language inference.
Instructions
Generate documentation stubs for all public exports in a cached file. Prerequisite: load_file. Auto-infer language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Primary language (e.g. TypeScript, Python, JavaScript, Go, Rust, Java). Auto-infer from files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| result | No | Successful result payload. | |
| error | No | Error payload when ok is false. |