mcp-rtfm

customize_template

Generate or modify a documentation template on mcp-rtfm with custom content and metadata, ensuring consistent and searchable knowledge base entries.

Instructions

Create or update a custom documentation template

Input Schema

NameRequiredDescriptionDefault
contentYesTemplate content with {title} placeholder
metadataNoDefault metadata for the template
templateNameYesName of the template

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Template content with {title} placeholder", "type": "string" }, "metadata": { "description": "Default metadata for the template", "properties": { "category": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "templateName": { "description": "Name of the template", "type": "string" } }, "required": [ "templateName", "content" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-rtfm

Related Tools

ID: 44sgp6bmdc