veto_doc_gen
Generate documentation comments (JSDoc, TSDoc, or docstring) for all public APIs in a source file. Returns annotated file content.
Instructions
Reads a source file and generates JSDoc/TSDoc/docstring comments for all public APIs. Returns the annotated file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Documentation style: 'jsdoc', 'tsdoc', 'docstring', or 'auto' (default). | |
| file_path | Yes | Absolute path to source file. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |