get_template_detail
Retrieve detailed content of a specified template from the MCP server to create new development records. Ensures accuracy by using template names returned from get_template_list. Returns complete template data or an error if the template is missing.
Instructions
获取指定模板的详细内容。templateName 参数必须使用 get_template_list 返回的 templates 中的 templateName 值。这确保了参数的准确性和一致性。返回模板的完整内容,可用于创建新的开发记录文档。如果模板不存在,会返回明确的错误信息。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templateName | Yes | 模板文件名(不包含扩展名),必须使用 get_template_list 返回的 templates 中的 templateName |