get_template_schema
Retrieve JSON schema and examples to structure data for generating Word comparison tables or specification documents.
Instructions
Returns the JSON schema and a complete example for the generate_comparison_doc tool. Call this first to understand how to structure the spec parameter. Pass doc_type="manual" to get the schema for generate_manual_doc instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_type | No | Which schema to return. "comparison" (default) = 新旧比較表, "manual" = 仕様書. |