Skip to main content
Glama

mcp-dev-record

by seenbefore

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

NameRequiredDescriptionDefault
templateNameYes模板文件名(不包含扩展名),必须使用 get_template_list 返回的 templates 中的 templateName

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "templateName": { "description": "模板文件名(不包含扩展名),必须使用 get_template_list 返回的 templates 中的 templateName", "type": "string" } }, "required": [ "templateName" ], "type": "object" }
Install Server

Other Tools from mcp-dev-record

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/seenbefore/DevRecord'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server